html, body {
	margin: 0px;
	height: 100%;
}
#site {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

* html #site {
	height: 100%;
	
}

#topo {
	float: left;
	height: 320px;
	width: 100%;
	background-image: url(../layout/topo.jpg);
	background-repeat: no-repeat;
}
#centro  {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-family: tahoma;
	font-size: 12px;
	margin-top: 8px;
}


#rodape {
	background-color: #EBEBEB;
	width: 96%;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	text-align: right;
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FF0000;
	float: left;	
}
#rodape #eweb {
	float: left;
	width: 130px;
	margin-top: 5px;
}
#rodape  #txt  {
	float: left;
	width: 810px;
	margin-left: 10px;
}


#rodape h1 {
	font-family: tahoma;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}
#rodape a {
	color: #666666;
	text-decoration: none;
}
#rodape a:hover {
	color: #FF0000;
}

