html::-webkit-scrollbar {width:16px; height:auto; background:#e1e0dc;}
html::-webkit-scrollbar-thumb:vertical {background-color:#c1c1c1; border: 1px solid  #FFF;}
html::-webkit-scrollbar-thumb:vertical:active {background-color:#99999b; border: 1px solid  #FFF;}
html::-webkit-scrollbar-thumb:horizontal {background-color:#e1e0dc; border: 1px solid #FFF;}
html::-webkit-scrollbar-thumb:horizontal:active {background-color:#99999b; border: 1px solid  #FFF;}

@font-face { 
	font-family:'helvetica';
	src:url('../../fontes/helveticaneuethin.otf') format('opentype');
	}

*{
	border:none;
	margin:0px;
	padding:0px;
	list-style:none;
	text-decoration:none;
	}

body{
	background-color:#DDD;
	background-image:url(../images/wood_bg.jpg);
	overflow-x:hidden;
	padding-top:40px;
	padding-bottom:0px;
	}
	
#header_menu{
	min-height:420px;
	width:100%;
	margin:0 auto;
	background-color:#FFF;
	background-image:url(../images/tracedbg.png);
	
	animation:header_menuload 1s 1s backwards;
	-webkit-animation:header_menuload 1s 1s backwards;
	}
  
@-webkit-keyframes header_menuload {
  from {min-height:0px;}
  to   {min-height:410px;}
}

@keyframes header_menuload {
  from {min-height:0px;}
  to   {min-height:410px;}
}