@import url(titulos.css);
*{
	margin: 0;
	padding: 0;
}

html{
	border: 0px;
}

	
body{
	background-color: #000;
	margin: 0 auto;
}

#container{
	position: absolute;
	left: 50%;
	top: 0;
	width: 778px;
	margin: 0 0 0 -389px;
}

#topo{
	background: url(../img/bg_topo.jpg) no-repeat left top;
	border-top: 6px solid #db3071;
	border-bottom: 1px solid #db3071;
	margin: 62px 0 0 0;
	width: 778px;
	height: 470px;
}

	
.movie{
	width: 320px;
	height: 240px;
	border: 6px solid #db3071;
	margin: 14px 0 0 41px;
	background: #000 url(../img/img_play.gif) no-repeat center center;
}

.step1 {
	width: 310px;
	height: 136px;
	float: left;
	margin: 20px 0 0 41px;
	display: inline;
}

		
.step2 {
	width: 310px;
	height: 136px;
	float: left;
	margin: 20px 0 0 100px;
	display: inline;
}

/* =============== Área com o texto princiapl ================= */
#texto{
	width: 778px;
	border-top: 6px solid #db3071;
	clear: both;
}

#texto h4 {
	font: bold 11px Tahoma;
	color: #ffc034;
	margin: 0 0 -20px 6px;
	width: 491px;
}

#texto p {
	font: 11px Tahoma;
	color: #b6b6b6;
	margin: 20px 0 20px 6px;
	width: 491px;
	line-height: 140%;
	text-align: justify;
}

#texto p a:link{
	font: 11px Tahoma;
	color: #ffc034;
	text-decoration: underline;
}

#texto p a:visited{
	font: 11px Tahoma;
	color: #ffc034;
	text-decoration: underline;
}

#texto p a:hover{
	font: 11px Tahoma;
	color: #ffc034;
	text-decoration: none;
}

#texto div.info {
	width: 491px;
	height: 127px;
	background: url(../img/bg_info.gif) no-repeat;
	margin: 33px 0 52px 0;
}

	
#texto div.info h3 {
	text-indent: -5000px;
}

	
#texto div.info p {
	text-indent: -5000px;
}

	
/* ===================== Fim da área principal de texto ======================== */
/* ====================== Inicio da barra lateral das pop ups =========================*/
	
#pops{
	width: 259px;
	float: right;
	display: inline;
	margin: 33px 0 0 0;
}

#pops p{
	width: 259px;
	color: #fff;
	line-height: 120%;
	margin: 0;
	padding: 15px 0 0 0;
	border-top: 3px solid #db3071;
}

#pops img{
	margin: 20px 0;
	border: 0;
}