html, body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	font:14px/20px  Lucida Sans Unicode, Lucida Grande, sans-serif;
	color:#333;
	background:#f4f1e0 url(../img/backgrounds/bg_body.jpg) center center fixed;
}
a {
	color:#333;
}
#conteudo_estatico {
	width:350px;
	margin:auto;
	padding-top:50px;
	text-align:center;
}
#conteudo_estatico h1 {
	font-size:20px;
	font-weight:bold;
	margin:10px 0 15px;
	
}
#conteudo_estatico p {
	margin-bottom:15px;
}

#hotsite_externo {
	min-width:1000px;
	min-height:500px;
	height:100%;
}
#video {
	position:absolute;
	left:50%;
	top:50%;
	width:640px;
	height:496px;
	margin:-248px 0 0 -320px;
	
}

