body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-color:#9dbbd0;
}
#tudo{/*Usado para usar centralizar todo o conteúdo*/
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
#fundo{
	position: absolute;
	background: url(images/top_branco.gif) repeat-y;
	width: 983px;
	height: 600px;
	margin-top: -5px;
}
.CLAFQO{
	position: absolute;
	margin-top: 10px;
	margin-left: 15px;
}
.menu{
	position: absolute;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:13px;
	font-weight: bold;
	color:#000033;
	margin-top: 195px;
	margin-left: 15px;
	line-height: 23px;
}
.sponsored{
	position: absolute;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:9px;
	color:#004530;
	margin-left: 15px;
	margin-top: 500px;
}
.rodape{
	position: absolute;
	margin-top: 588px;
}
.conteudo{
	position: absolute;
	margin-left: 170px;
}
.science{
	position: absolute;
	margin-left: 862px;
}
a:link {
	text-decoration: none;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:13px;
	color:#004530;
	font-weight:bold;
	}
	
a:visited {
	text-decoration: none;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:13px;
	color:#004530;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:13px;
	color:#000000;
}
a:active {
	text-decoration: none;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:13px;
	color:#000000;
}