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

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

body
{
position:absolute;
width:800px;
background:#fff;
font-family:onestroke;
font-size:15px;margin:0px;padding:0px;text-align:left;direction:ltr;unicode-bidi:embed;}
h1, h2, h3, h4, h5{font-size:13px;color:#333;margin:0px;padding:0px;}
h1{font-size:14px;margin-bottom:20px;}
h4, h5{font-size:11px;}
a{cursor:pointer;color:#3b5998;-moz-outline-style:none;text-decoration:none;}
a:hover{text-decoration:none;color:#000000;}
select{border:1px solid #BDC7D8;font-family:onestroke;font-size:11px;padding:2px;}
td{color:#766FFF;}
td,
td.label{font-size:11px;text-align:left;}
a.tool:hover {background:#ffffff;}
a.tool span {display:none;}
a.tool:hover span{display:inline; position:absolute;background:#ffffff;}

a
{
text-decoration:none;
}

img
{
border:0px;
}

h2
{
font-size: 20px;
font-weight: bold;
margin: 0 0 0px 0;
}

#frontpage_div
{
position:absolute;
top:0px;
left:0px;
width:800px;
height:600px;
text-align:center;
background:url(images/frontpage_background.png);
display:none;
}

#info_div
{
position:absolute;
top:0px;
left:0px;
width:800px;
height:600px;
text-align:center;
background:url(images/info_background.png);
display:none;
}

#compmode_div
{
position:absolute;
top:0px;
left:0px;
width:800px;
height:600px;
text-align:center;
background:url(images/compmode_background.png);
display:none;
}

#select_div
{
position:absolute;
top:0px;
left:0px;
width:800px;
height:600px;
text-align:center;
background-image:url(images/select_background.png);
background-color:rgba(0,0,0,0.5);
z-index:5;
display:none;
}

#game_div
{
display:none;
}

.button
{
position:absolute;
cursor:pointer;
}

#play_button
{
top: 498px;
left: 234px;
width: 132px;
height: 54px;
}

#info_button
{
top: 498px;
left: 434px;
width: 132px;
height: 54px;
}

#play_again_button
{
top: 535px;
left: 216px;
width: 154px;
height: 54px;
}

#print_button
{
top: 535px;
left: 470px;
width: 114px;
height: 54px;
}

#select_button
{
position:absolute;
top:491px;
left:340px;
width:132px;
height:53px;
cursor:pointer;
background:url(images/play_button.png);
}

#select_image_container
{
position:absolute;
top:194px;
left:250px;
width:300px;
height:260px;
line-height:260px;
text-align:center;
}

#select_image
{
vertical-align:middle;
}

#car_sprite
{
position:absolute;
top:300px;
left:300px;
width:50px;
transform-origin:center;
}

.ui_container
{
position:absolute;
top:520px;
left:200px;
width:168px;
height:68px;
background:url(images/ui_bg.png);
text-align:center;
}

#compass
{
position:absolute;
top:508px;
left:690px;
}

#timer_div
{
left:110px;
}

#target_div
{
left:300px;
}

#test_div
{
left:487px;
}

#frame_div
{
position:absolute;
top:0px;
left:0px;
width:800px;
height:600px;
border:1px solid #000;
overflow:hidden;
background:#0a85ff;
}

#game_over_div
{
position:absolute;
top:0px;
left:0px;
width:800px;
height:600px;
text-align:center;
background:url(images/game_over_background.png);
font-family:cursecasual;
font-size:32px;
display:none;
}

#game_over_text_div
{
position:absolute;
top:50px;
left:50px;
right:50px;
}

#tournament_options
{
top: 391px;
left: 546px;
border: 1px solid #000;
border-radius: 3px;
padding: 2px;
background: cyan;
display: none;
}

#flag_div
{
position:absolute;
top:0px;
left:0px;
width:148px;
height:128px;
cursor:pointer;
z-index:5;
text-align:center;
color:#000;
font-family:cursecasual;
font-size:18px;
background:url(images/flag_bubble.png);
display:none;
}

@-webkit-keyframes pulse
{
from
 	{
	-webkit-transform: scale(0.5) rotate(50deg);
	}
	50%
	{
	-webkit-transform: scale(1.0) rotate(0deg);
	}
	 to
	{
	-webkit-transform: scale(0.5) rotate(50deg);
	}
}

@-moz-keyframes pulse
{
from
 	{
	-moz-transform: scale(0.5) rotate(50deg);
	}
	50%
	{
	-moz-transform: scale(1.0) rotate(0deg);
	}
	 to
	{
	-moz-transform: scale(0.5) rotate(50deg);
	}
}

@keyframes pulse
{
from
 	{
	transform: scale(0.5) rotate(50deg);
	}
	50%
	{
	transform: scale(1.0) rotate(0deg);
	}
	 to
	{
	transform: scale(0.5) rotate(50deg);
	}
}