@charset "utf-8";
/* CSS Document */

body { margin: 0px; padding: 0px; font-family: Trebuchet MS; font-size: 11px; background: #78bde1; }

#logo { text-align: center; }
#logo img { padding: 0 700px 0 0; }

#game_left { text-align: right; width: 50%; }
	#game_left img { float: right; }
#game_center { width: 300px; max-width: 300px; font-size: 0px; }
#game_right { text-align: left; width: 50%; }
	#game_right img { float: left; }

#footer_bg { background: url('images/grass2.png') no-repeat center bottom; }
#footer_bg_2 { background: url('images/grass.png') no-repeat center bottom; }
#footer { text-align: center; background: url('images/grass_left.png') repeat-x bottom; height: 41px; padding: 80px 0 0 0; }
#footer_2 { text-align: center; background: url('images/grass_left.png') repeat-x bottom; height:42px; }
#footer img { vertical-align: bottom; }

#stats { vertical-align: top; text-align: left; float: left; height: 0px; width: 0px; display: none; }

#box_login { background: url('images/bg_blank.png') no-repeat center top; width: 100%; height: 300px; padding: 120px 0 100px 0; text-align: center; vertical-align: middle; }
#box_swf { padding: 0 0 100px 0; width: 100%; height: 600px; text-align: center; background: url('images/clouds.png') no-repeat center; }
#box_highscores { width: 100%; text-align: center; padding: 0 0 100px 0;}
#table_hs { padding: 0 10px 0 10px; width: 584px; min-height: 200px; }
#table_hs #name1 { text-align: left; width: 145px; padding: 0 15px 0 10px; color: #145273; }
#table_hs #score1 { text-align: right; width: 145px; padding: 0 42px 0 15px; color: #145273; }
#table_hs #name2 { text-align: left; width: 145px; padding: 0 15px 0 8px; color: #145273; }
#table_hs #score2 { text-align: right; width: 145px; padding: 0 5px 0 15px; color: #145273; }
#table_hs #blink { color: #009cef; }

img { border: 0; }

#username { text-align: center; margin: 0; font-family: 'Trebuchet MS'; font-size: 12px; border: 3px solid #ffcc00; font-weight: bold; color: #000; }
#usersubmit { margin: 0; font-family: 'Trebuchet MS'; font-size: 12px; }
