@font-face
{
font-family: "highlander";
src: url("fonts/highlander.eot");
}

@font-face
{
font-family: "highlander";
src: url("fonts/highlander.ttf");
}

body
{
width:800px;
height:600px;
padding:0px;
margin:0px;
overflow:hidden;
font-family:highlander;
font-size:20px;
}

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

#frontpage_div
{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background-image:url(images/frontpage_background.gif);
display:none;
}

#game_div
{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background-image:url(images/game_background.gif);
display:none;
}

#game_over_div
{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background-image:url(images/game_over_background.gif);
display:none;
}

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

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

.label
{
position:absolute;
height:14px;
z-index:1000;
border:1px solid #000000;
border-radius: 4px;
background-color:#ffffff;
cursor:pointer;
text-align:center;
font-size:12px;
}

.label_placed
{
position:absolute;
height:14px;
z-index:1000;
text-align:center;
font-size:12px;
cursor:pointer;
}