div#main {
	height:auto;
	width:590px;
	margin: 0 auto;
	padding: 0;
}
div#main img {
	border: #999 1px solid;
}
#main_container, #question_container {
	color: #fff;
	font-size: .9em;
	font-family: "MS PGothic";	
}
/*	


*/
#main_container {
	position:relative;
	bottom:0px;
	width:600px;
	/*height:100%;
	background-color:#ccc;*/
	margin:0 auto;
	text-align:center;
}
#main_container img#title {
	padding-bottom: 40px;
}
#main_container ul {
	text-align:left;
	margin:0;
	padding:0;
	list-style:none;
	width:48%;
	/*background-color:#f00;*/
	color: #fff;
	font-size: .9em;
}
#main_container ul#first{
	float:left;
}
#main_container ul#second {
	float:right;
}
#main_container ul li{
	padding-top: 15px;
	/*font-size: .9em;
	font-weight:bold;*/
}

#main_container ul li a:link, ul li a:visited {	
	color:#C5CFE5;
	text-decoration:none;
	font-size: .9em;
	display:block;
	line-height:16px;
	font-weight:normal;
}
ul li a:hover {
   color:#E4937E;
}
/*
a.fragment_link:link, a.fragment_link:visited {
	color:#C5CFE5;
	text-decoration:none;
}
a.fragment_link:hover {
	color:#E4937E;
	text-decoration:none;
}
*/
/*

	QUESTION STYLES

*/
body.skyquiz {
	background-color:#4D5874;
	/*background-color: #000;
	color: #fff;
	font-size: .9em;*/ 
	margin:0;
	padding:10px;
}
#question_container {
	width: 90%;
	padding: 10px 10px 0 0;
}
#question_container h1 {	
	text-align: left;
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#question_container h2 {
	font-size: 1em;
	font-weight: normal;	
	font-family: "MS PGothic";
}
#question_container ol {
	margin-top: 20px;
}
#question_container ol li {
	line-height: 30px;
}
#question_container ol li a:link {
	color: #fff;
	text-decoration: none;
}
#question_container ol li a:visited {
	color: #B5EAF5;
	text-decoration: none;
}
#question_container img.top {	
	background: url(../../quiz/line_medium.gif) no-repeat bottom center;
	padding:0;
	padding-bottom:10px;
	border: none;
	margin: 0 auto;
	margin-left: 30px;
	text-align: center;
}
#question_container span.correct, #question_container span.incorrect {
	text-align: center;
	display: block;
	font-size:1.6em;
	padding:25px 0 30px;
}
#question_container span.correct {
	color: #ADFF9F;
}
#question_container span.incorrect {
	color: #ffcc66;
}
#question_container span.kotae {
	display: block;
	width: 105%;
}
#question_container a.back {
	margin-top: 20px;
	text-align: center;
}
#question_container a.back:link, #question_container a.back:visited {
	display: block;
	text-decoration: none;
	padding-top: 0px;
	color: #ccc;
}
#question_container #kotae {
	font-size: .9em;
}
body.skyquiz #footer{
	overflow:auto;
	text-align: center;
	color: #fff;
	font-size: .8em;
	position: relative;
	bottom:10px;
	padding-top: 10px;
	margin-top:30px;
	margin-left:0;
	background: url(../../quiz/line_medium.gif) no-repeat top center;
}
/*

		SKY QUIZ ENTER

*/
div#skyquiz_container {
 width: 500px;
 margin: 0 auto;
 text-align: center;  
 font-size: .9em;
}
div#skyquiz_container #buttons_game {
    width: 300px;
    margin: 10px auto 0;  
}
div#skyquiz_container #buttons_game p {
 width: 100px;
 font-family: Arial, sans-serif;
 text-decoration: none;
}
div#skyquiz_container #buttons_game p#demo {
 float: left;
}
div#skyquiz_container #buttons_game p#game   {
 float: right;
}
div#skyquiz_container #buttons_game p span {
 color: #fff;
}
div#skyquiz_container #buttons_game p a {
 text-decoration: none;
 color: #fff;
 display: block;
 width: 100%;
 height: 25px;   
 line-height: 24px;     
 background: #7F8CA6;
 border: 1px #FEFEFC solid;
 margin-bottom: 10px;
 font-weight: bold;
}
.quiz_table td {
	/*padding-left:30px;*/
	text-align:left;
	font-size:14px;
	line-height:24px;
}
