* {	margin: 0px; 
	padding: 0px;
	}
body {	background: #b1b17b;
		background-image:url(../img/background.jpg);
		background-repeat:no-repeat;
		}
a {
	font: bold 12px Verdana;
	color: #f6a03d;
	text-decoration: none;
}
a:hover {
	font: bold 12px Verdana;
	color: #f6a03d;
	text-decoration: underline;
}
#principal {
	position:absolute;
	top:50%;
	left:50%;
	width:900px;
	height:525px;
	margin-left:-450px;
	margin-top:-262px;
	background-image:url(../img/bg_principal.png);
	background-repeat:no-repeat;
	}
	
#principal_en {
	position:absolute;
	top:50%;
	left:50%;
	width:900px;
	height:525px;
	margin-left:-450px;
	margin-top:-262px;
	background-image:url(../img_en/bg_principal.png);
	background-repeat:no-repeat;
	}
	
.titulo {
	font: bold 26px Verdana;
	color: #f6a03d;
	text-align: left;
	text-decoration: none;
}
.sub_titulo {
	font: bold 12px Verdana;
	color: #b1b17b;
	text-decoration: none;
}
.sub_titulo2 {
	font: 12px Verdana;
	color: #bababa;
	text-decoration: none;
}
.elenco1 {
	font: bold 20px Arial;
	color: #b1b17b;
	text-decoration: none;
}
.elenco2 {
	font: 20px Arial;
	color: #bababa;
	text-decoration: none;
}
.sinopse {
	font: bold 14px Verdana;
	color: #b1b17b;
	text-align: center;
	line-height:30px;
	text-decoration: none;
}
