@charset "utf-8";
/* CSS Document */

html{overflow-x:hidden;}
body {
	margin: 0;
	padding: 0;
	border:0;
	background-color: #F2F2F2;
}
 
 #topo{
 width: 100%;
 height: 137px;
 position: fixed;
 background-image: URl("imagem de 1pxX1px com fundo transparente");
 top: 0px;
 z-index:200;
 }
#banner{z-index:1;}
 
#fundocentro{
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#linha{
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	}	
 
a:link {color: #666666;text-decoration: none;}
a:visited {color: #666666;text-decoration: none;}
a:hover {color: #FF781F;text-decoration: underline;}
a:active {color: #666666;text-decoration: none;}

#b:link {color: #FF781F;text-decoration: none;}
#b:visited {color: #FF781F;text-decoration: none;}
#b:hover {color: #FF781F;text-decoration: underline;}
#b:active {color: #FF781F;text-decoration: none;}