@charset "utf-8";

BODY {
	margin-left:0px;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	}

#corpo {
	position:absolute;
	width:766px;
	left:50%;
	margin-left:-388px;
	}

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:766px;
	height:257px;
	background:transparent url(../images/fl.jpg) no-repeat scroll 0%;
}

#teaser {
	position:absolute;
	top: 259px;
	left:0px;
	width:766px;
	height:120px;
	background-color:#E6E6E6;
}

#teaser #bt {
	background:transparent url(../images/b-dr.gif) repeat-x scroll center bottom;
	padding:22px 45px 18px 30px;
	height:80px;
}

#imghr {
	position:absolute;
	top:380px;
	left:0px;
}

#content {
	position:absolute;
	top:480px;
	left:0px;
	width:752px;
	border:#666666 2px solid;
	padding: 5px 5px 5px 5px;
	height:auto;
}

#content .homeimg {
	float:right;
}

#footer {
	position:absolute;
	top:606px;
	left:0px;
	width:766px;
	background-color:#e6e6e6;
	height:auto;
	font-size:10px;
	text-align:center;
}

#footer a {
	color:#000000;
	}
	
#footer a:hover {
	font-weight:bold;
	text-decoration:none;
}
 
