body {
	margin-top: 0px;
	background-color: #003300;
	font-family: "Palatino Linotype","Arial";
	color: #FFFFFF;
	font-size: 18px;
	text-align: justify;
}
#relogio {
	margin-top: 0px;
	float: left;
	display: inline;
	height: 300px;
	width: 225px;
}


#topo {
	float: center;
	position:absolute;
	width: 80%;
	margin-top: 0px;
	margin-left: 225px;
	height: 60px;
	background-image: url("quadro.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
#titulo{
	margin-top: 0px;
	font-size: 36px;
	text-align: center;
}

#login {
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 85%;
	float: "right";
	height: 100px;
	width: 225px;
}
#menus {
	margin-left: -225px;
	margin-top: 225px;
	position: absolute;
	float: left;
	display: inline;
	width: 225px;
	height: 1024px;
	padding: 10px;
}
#corpo {
	float: center;
	position: absolute;
	margin-left: 275px;
	margin-top: 124px;
	width: 65%;
	height:1024px;
	overflow: scroll;
	padding: 20px;
}
#spoiler {
	float: right;
	background-color: #000000;
	width: 160px;
	height: 1024px;
	margin-right: 2%;
	margin-top: 120px;
	padding: 20px;
}
#avisos {
	float: center;
	position:absolute;
	padding: 2px;
	width: 65%;
	height: 35px;
	margin-top: 60px;
	margin-left: 225px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
}
#contador {
	float: center;
	position:absolute;
	padding: 2px;
	width: 65%;
	height: 59px;
	margin-top: 95px;
	margin-left: 225px;
	color: #FFFF00;
	font-size: 24px;
	text-align: center;
}
#subtitulo {
	font-size: 22px;
	font-style: bold;
	text-align: justify;
	color: #FFFF00;
}

#rodape {
	font-size: 15px;
	font-style: bold;
	text-align: justify;
	color: #FFFF00;
}

a:hover {color: white;}
a:link {color: yellow;}
a:visited {color:orange;}
