body
{
width:1000px;
height:571px;
padding:0px;
margin:0px;
overflow:hidden;
font-family:Verdana;
font-size:16px;
color:#ffffff;
overflow:hidden;
}

#main_div
{
position:absolute;
top:0px;
left:0px;
width:1000px;
height:571px;
overflow:hidden;
padding:0;
margin:0;
}

#frontpage_div
{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
text-align:center;
display:block;
}

#game_div
{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
display:none;
background:lightblue;
}

#header_div
{
position:absolute;
width:100%;
text-align:center;
}

#iframe_div
{
position:absolute;
top:38px;
left:20px;
width:950px;
height:150px;
background:white;
}

#check_button
{
position:absolute;
top:537px;
left:385px;
}

#containers_div
{
position:absolute;
top:300px;
}

.container_inner
{
width:100%;
height:100%;
overflow-y:auto;
overflow-x:hidden;
}

.container
{
position:absolute;
width:200px;
height:200px;
border:1px solid #000;
border-radius:8px;
background:#eee;
z-index:0;
}

.container_highlight
{
background:#fff;
border:1px solid #0f0;
}

.container_text
{
position:absolute;
top:205px;
font-size:16px;
width:204px;
margin-left:0px;
text-align:center;
}

.clock
{
//background:url(images/clock.png);
//width:80px;
//height:80px;
cursor:pointer;
z-index:1;
color:#000;
text-align:center;
}

.hour
{
margin-top:3px;
margin-left:2px;
}

.minute
{
position:relative;
top:-77px;
left:2px;
}

sprite
{
position:absolute;
}

.button
{
background:url(images/blank.gif);
cursor:pointer;
position:absolute;
}

#score_div
{
position:absolute;
top:22px;
right:117px;
color:#fff;
font-size:25px;
font-weight:bold;
}

#question_div
{
position:absolute;
top:22px;
left:260px;
color:#feff00;
font-size:25px;
font-weight:bold;
}

.popup_big
{
position:absolute;
top:100px;
left:275px;
width:250px;
height:125px;
background:rgba(0,0,0,0.6);
font-size:17px;
font-weight:bold;
color:#fff;
border:1px solid #000;
border-radius:4px;
text-align:center;
padding:20px;
z-index:100;
display:none;
}

.line
{
position: absolute;
height: 0px;
border: 2px solid #000000;
background: #000000;
}

.button
{
background:url(images/blank.gif);
cursor:pointer;
}

.button, .button:visited
{
background: #222 url(images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}

.button:hover { background-color: #111; color: #fff; }
.button:active { top: 1px; }
.small.button, .small.button:visited { font-size: 11px; padding: ; }
.button, .button:visited,
.medium.button, .medium.button:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.button, .large.button:visited { font-size: 14px; padding: 8px 14px 9px; }

.grey.button, .grey.button:visited { background-color: #e2e2e2; }
.grey.button:hover { background-color: #e2e2e2; }
.green.button, .green.button:visited { background-color: #91bd09; }
.green.button:hover { background-color: #749a02; }
.blue.button, .blue.button:visited { background-color: #2daebf; }
.blue.button:hover { background-color: #007d9a; }
.red.button, .red.button:visited { background-color: #e33100; }
.red.button:hover { background-color: #872300; }
.magenta.button, .magenta.button:visited { background-color: #a9014b; }
.magenta.button:hover { background-color: #630030; }
.orange.button, .orange.button:visited { background-color: #ff5c00; }
.orange.button:hover { background-color: #d45500; }
.yellow.button, .yellow.button:visited { background-color: #ffb515; }
.yellow.button:hover { background-color: #fc9200; }