body{
	background: #00022a;
}
#container{
	position:relative;
	width:1000px;
	height:760px;
	padding:0;
	margin:0;
	margin-left:-500px;
	left:50%;
}
#content{
	position:relative;
	width:1000px;
	height:620px;
	background: #00022a url(../imgs/content_bk.jpg) no-repeat top left;
	font-family:Arial, Sans-serif;
}
#content #logo{
	position:absolute;
	right:0px;
	top:-87px;
	width:82px;
	height:87px;
	background: transparent url(../imgs/real_madrid_logo.jpg) no-repeat top left;
}
#content #title{
	position:absolute;
	left:423px;
	top:13px;
	width:490px;
	height:176px;
	background: transparent url(../imgs/title.jpg) no-repeat top left;
}

#content #subtitle{
	position:absolute;
	left:450px;
	top:188px;
	width:455px;
	height:116px;
	font-size:18px;
	font-weight:bold;
	color:white;
}
#content #subtitle span{
	color:#CCCCCC;
}
#content #ass{
	position:absolute;
	left:153px;
	top:490px;
	width:248px;
	height:170px;
	z-index:1;
	background: transparent url(../imgs/ronaldo_assinatura.jpg) no-repeat top left;
}
#content #quiz{
	position:absolute;
	left:123px;
	top:271px;
	width:770px;
	height:274px;
	z-index:10;
}

#content #quiz a{
	color:white/*#001ea8*/;
	text-decoration:none;
}
#content #quiz a:hover{
	text-decoration:underline;
}

#content #quiz #left{
	position:relative;
	width:300px;
	height:270px;
	z-index:20;
}
#content #quiz #left #bullet{
	position:relative;
	left:0px;
	top:0px;
	width:73px;
	height:74px;
	background: transparent url(../imgs/bullet_form1.jpg) no-repeat top left;
}
#content #quiz #left .text{
	position:absolute;
	left:73px;
	top:0px;
	width:227px;
	height:74px;
	color:white;
	font-size:18px;
	margin-top:28px;
	margin-left:7px;
}
#content #quiz #left #personalinfo{
	position:relative;
	width:300px;
	height:95px;
	left:15px;
	color:white;
	font-size:11px;
	padding-top:12px;
}
#content #quiz #left #personalinfo .texto{
	position:relative;
	background:#FFD735;
	border:solid 1px #000000;
	width:216px;
	height:18px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:12px;
}
#content #quiz #left #sex{
	position:absolute;
	right:0px;
	top:4px;
	width:68px;
	height:95px;
	/*background: transparent url(../imgs/sex.png) no-repeat top left;*/
}

#content #quiz #right{
	position:absolute;
	width:410px;
	height:222px;
	right:0px;
	top:0px;
}
#content #quiz #right #bullet{
	position:relative;
	left:0px;
	top:0px;
	width:74px;
	height:76px;
	background: transparent url(../imgs/bullet_form2.jpg) no-repeat top left;
}

#content #quiz #right .quest{
	position:absolute;
	width:430px;
	height:200px;
	top:0;
	right:0;
	display:none;
}
#content #quiz #right .quest .text{
	position:relative;
	left:100px;
	top:0px;
	width:342px;
	height:40px;
	color:white;
	font-size:15px;
	margin-top:20px;
	font-weight:bold;
}
#content #quiz #right .quest .resps{
	position:relative;
	left:100px;
	top:0px;
	width:342px;
	height:40px;
	color:white;
	font-size:15px;
	margin-top:20px;
	font-weight:bold;
}
#content #quiz #right .quest .resps a{
	color:white;
	text-decoration:none;
}
#content #quiz #right .quest .resps a:hover{
	text-decoration:underline;
}

#content #quiz #right .quest .resps form .input{
	border:0 none;
	color:black;
	margin:0;
	padding:0;
	font-size:13px;
	height:20px;
	position:relative;
	text-align:center;
	width:152px;
}

#content #quiz #right #nav{
	position:absolute;
	left:0px;
	bottom:0px;
	width:346px;
	height:46px;
	color:white;
	font-size:15px;
	font-weight:bold;
	padding-top:18px;
	padding-left:54px;
}
#content #quiz #right #nav #nav_left{
	width:45px;
	height:45px;
	float:left;
	cursor:hand;
	cursor:pointer;
	background: transparent url(../imgs/nav_left.png) no-repeat top left;
}
#content #quiz #right #nav #nav_right{
	width:45px;
	height:45px;
	float:left;
	cursor:hand;
	cursor:pointer;
	background: transparent url(../imgs/nav_right.png) no-repeat top left;
}
#content #quiz #right #nav #pages{
	float:left;
	position:relative; 
	width:138px; 
	padding:0 32px;
	text-align:center;
}
#content #quiz #right #nav #pages .page{
	position:relative;
	float:left;
	width:20px;
	padding-top:7px;
	height:23px;
	margin-top:5px;
	margin-right:6px;
	cursor:hand;
	cursor:pointer;
}
#content #quiz #right #nav #pages  .active{
	background:#FFCC00;
	width:18px;
	border-left: solid 1px #816c20;
	border-right: solid 1px #816c20;
	margin-top:5px;
	color:#000331;
}


#content #quiz .quest h3{
	position:relative;
}

#condicoes{
	position:absolute;
	width:920px;
	height:78px;
	bottom:0;
	left:0;
	color:#ffffff;
	font-family:Arial, Sans-serif;
	font-size:10px;
	font-weight:normal;
	padding-top:10px;
	padding-left:80px;
	background: transparent url(../imgs/footer_bk.jpg) no-repeat top left;
}

#condicoes a{
	color:#001ea8;
	text-decoration:none;
}
#condicoes a:hover{
	text-decoration:underline;
}
#addthis{
	position:absolute;
	top:250px;
	right:40px;
}