/* CSS Document */


body {
	background-color:#000000
	}	

#centro{
position: absolute;
top: 00px;
left: 0px;
float:left;
width: 480px;
height: 360px;
}

#esquerda{
position: absolute;
top: 00px;
left: 480px;
float:left;
width: 210px;
padding:5px;
height: 350px;
text-align: justify;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
color:#fff
}

	a:link {color: #999; text-decoration: none; 
background-color: transparent}

	a:visited {color: #999; text-decoration: none; 
background-color: transparent}

	a:hover {color: #fff ; text-decoration: none; 
background-color: #da251c}

  	a:active { color: #999 ;text-decoration: none; 
background-color: #da251c}	