#topo {
	position:relative;
	width:1280px;
	height:106px;
	z-index:1;
	visibility:visible;
}
#menu {
	position:relative;
	width:1280px;
	height:34px;
	z-index:2;
	visibility:visible;
}
#conteudo {
	position:relative;
	width:1280px;
	height:auto;
	z-index:3;
	visibility:visible;
}
#produtos {
	position:relative;
	width:1280px;
	height:118px;
	z-index:4;
	visibility:visible;
}
#final {
	position:relative;
	width:1280px;
	height:108px;
	z-index:5;
	visibility:visible;
}

body{
	margin-left: 0px;
	margin-top: 0px; 
	margin-right: 0px;
	overflow-x:hidden;
}
#principal{
	width:1280px;
	position:absolute;
	left:50%;
	margin-left:-640px;
	overflow-x:hidden;
}
html {overflow-x:hidden;} 

a:link {
	color: #0075B8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0075B8;
}
a:hover {
	text-decoration: underline;
	color: #0075B8;
}
a:active {
	text-decoration: none;
	color: #0075B8;
}