@charset "utf-8";
/* CSS Document */
p {
	margin:0;
	padding:0;
}

body {
	background-color:#161616;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	text-align:left;
	font-size:14px;
	line-height:20px;
	color:#c6c6c6;
}

#topContainer {
	background-image:url(images/bg_01.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	height:1418px;
}

#bg_01 {
	background-image:url(images/bg_01.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	width:800px;
	height:1418px;
	position:relative;
	
}

#bg_02 {
	background-image:url(images/bg_02.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	width:800px;
	height:512px;
	position:relative;
}

#footer {
	background-image:url(images/footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	height:240px;
}

#footer_2 {
	background-image:url(images/footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	width:800px;
	height:240px;
}

#home {
	position:absolute;
	left:225px;
	top:0px;
}


#content_01 {
	position:absolute;
	left:240px;
	top:1044px;
	width:500px;
}

#content_02 {
	position:absolute;
	left:28px;
	top:144px;
	width:240px;
	font-size:16px;
	line-height:26px;
}

#content_03 {
	position:absolute;
	left:265px;
	top:144px;
	width:240px;
	font-size:16px;
	line-height:26px;
}

#rules {
	padding-bottom:20px;
	margin-right:auto;
	margin-left:auto;
	width:756px;
	font-size:16px;
	line-height:24px;
}

#replay {
	position:absolute;
	right:-20px;
	top:851px;
}

a {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}

a:hover {
		text-decoration:underline;
}
.question {
	font-weight:bold;
}

.answer {
	color:#898989;
}
#winners {
	position:absolute;
	right:-37px;
	top:230px;
}
