html
{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	background-color:#000;
}

a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline; 
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}


h1 {
	font-family:Tahoma, Georgia, Arial;
	font-size:14px;
}

#estrutura_principal{
	width:800px;
	height:932px;
	margin:0 auto;
	position:relative;
	}
	
#topo{
	width:800px;
	height:87px;
	background-image:url(../images/fundo_menu.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	}
	
	#topo_texto{
	width:800px;
	height:87px;
	padding-top:65px;
	padding-left:242px;
	text-align:center;
	font-family:Tahoma, Georgia, Arial;
	font-size:13px;
	color:#FFFFFF;
	}
	
		#home{
		width:76px;
		height:22px;
		float:left;
		}
		
		#empresa{
		width:77px;
		height:22px;
		float:left;
		}
		
		#servicos{
		width:82px;
		height:22px;
		float:left;
		}
		
		#faleconosco{
		width:93px;
		height:22px;
		float:left;
		}
	
#logo{
	width:800px;
	height:200px;
	margin:0 auto;
	}
	
#corpo{
	width:800px;
	height:645px;
	margin:0 auto;
	}
	
