* {
margin:0px;
padding:0px;
outline:none;
}
body {
	background:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
}
#header {
	height:60px;
	width:1000px;
	margin:0 auto 0 auto;
}
#main {
	background-image: url(../../../img/iq/default/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width:1100px;
	margin:0 auto 0 auto;
}
#content {
	height:440px;
	width:1000px;
	margin:0 auto 0 auto;
}
.content {
	float:left;
	width:540px;
}
.note {
	width:540px;
	margin:15px auto 0px 215px;
	position:absolute;
}
#textstart {
	display:block;
	position:relative;
	height:142px;
	width:261px;
	margin:0 auto 0 auto;
	position:relative;
}
.btnstart {
	display:block;
	height:84px;
	width:206px;
	margin:7px auto 0px auto;
	background-image:url(../../../img/iq/default/button_start_up.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
}
.btnstart:hover {
	background-image:url(../../../img/iq/default/button_start_over.gif);
	background-position:top left;
}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#ffffff;
	width:850px;
	margin:-55px auto 0px auto;
}
#footer a { color:#FFF; }
#footer a:hover { color:#0099CC; }
#question {
	width:350px;
	text-align: left;
}
#letter_container {
	height: 215px;
	width:55px;
	background:url(../../../img/iq/default/letters_up.gif) no-repeat;
	float:left;
	}
#answers_container {
	width:290px; 
	height:220px;
	position:relative; 
	top:11px; 
}
html>body #answers_container {
	left:55px;
}
#links {
	width:400px;
	height:228px;
	position:absolute;
	top:85px;
	left:50px;
	z-index:2;
}
#answers { z-index:-1; margin-top:13px; }
.answer { height:55px; }
.gender { 
	height:180px;
	width:130px;
}
#links_gender {
	width:305px;
	height:180px;
	position:absolute;
	top:130px;
	left:115px;
}
#links_male { float:left; }
#links_female {float:right;}
.blocked{
	display:block;
	width:400px;
	height:55px;
}
.gender_blocked{
	display:block;
	width:135px;
	height:160px;
}