body {
	background-color: #000000;
	background-position:center; 
	background-attachment:fixed;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}

img {
	border:0;
}

a {
	color: yellow;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

.legenda {
	font-size: 11px;
}

#geral {
	width:1000px;
	height:600px;
	position: absolute; 
	top:50%; 
	left:50%; 
	margin:-300 0 0 -500;
}

#conteudo {
	width:1000px;
	height:500px;
	overflow: auto; 
	bootom:0;
	margin-top:10px;
}