body
{
width:550px;
height:400px;
padding:0px;
margin:0px;
overflow:hidden;
font-family:Verdana;
font-size:20px;
}

#main_div
{
position:absolute;
top:0px;
left:0px;
width:550px;
height:400px;
overflow:hidden;
padding:0;
margin:0;
color:#fff;
font-size:11px;
}

#game_div
{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background-image:url(images/background.png);
display:none;
}

#hover_div
{
position:absolute;
top:258px;
left:0px;
width:100%;
height:142px;
background-position-y:142px;
}

#info_div
{
position:absolute;
top:0px;
left:0px;
width:100%;
height:240px;
}

#options_div
{
position:absolute;
}

.preload
{
width:1px;
height:1px;
opacity:0;
}

.button
{
width: 78px;
height: 39px;
color: #000;
font-size: 12pt;
font-style: italic;
font-weight: bold;
font-family: Arial;
line-height: 125%;
position:absolute;
cursor:pointer;
background-image:url(images/blank.gif);
}

.button2
{
width:135px;
height:90px;
text-align:center;
position:absolute;
cursor:pointer;
font-size:0;
background-image:url(images/blank.gif);
display:none;
}

#explorers
{
position:absolute;
top:30px;
left:189px;
width:200px;
text-align:center;
font-weight:bold;
font-family:Arial;
font-size:9pt;
line-height:130%;
display:none;
}

.button3
{
color:yellow;
cursor:pointer;
}

.button3:hover
{
color:#0f0;
}

#start_button
{
top:355px;
left:612px;
width:85px;
height:20px;
font-size:10pt;
color:#fff;
font-weight:bold;
}

#start_button:hover
{
color:orange;
background:yellow;
outline:2px solid #000;
}
