/* Geral */
* { 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #FFFFFF;
	font-variant: normal;
	text-decoration: none;
}
body {
	background-color: #990000;
	text-align: center;
}
div#geral {
	margin: 0px auto;
	width: 779px;
	height: 100%;
}
table.main {
	width: 779px;
	height: 100%;
	border: 0px;
}
div#wwwLedz {
	width: 60px;
	height: 20px;
	float: right;
}
div#filme {
	width: 779px;
	height: 450px;
	float: left;
}
div#titlePage {
	width: 585px;
	height: 79px;
	float: left;
}
div#versao {
	width: 194px;
	height: 79px;
	background-image: url(../img/att/versao.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}