/* CSS Document */
body {
	background: #000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#container {
	background:url(../../conteudo/imagens/noflash.jpg) no-repeat;
	background-position:right top;
	width: 456px;
	height: 409px;		
	float: right;	
}
.txtCorrido {
	color:#FFF;
	text-align:right;
	padding-top:100px;
	padding-right:20px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #CCC;
}



