body
{
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url("../img/background-tile.jpg");
	background-repeat: repeat-x;
}

div.backdrop
{
	background-image: url("../img/backdrop.jpg");
	background-repeat: no-repeat;
	width: 706px;
	height: 532px;
	padding-top: 60px;
	padding-left: 194px;
	margin-left: 63px;
/*	border: 1px solid white;*/
}

div.game_container
{
	width: 480px;
	height: 432px;
	padding: 0;
	padding-left: 32px;
	padding-top: 16px;
	background-color: rgb(132,130,132);
}

#game
{
/*	border: 1px solid red;*/
	display: block;
}

#mapBuffer
{
	display: none;
}

#editor
{
	border: 1px solid white;
	display: block;
}

#debug
{
	color: #fff;
}

div#mapdata-popup
{
	font-family: tahoma, sans-serif;
	padding: 6px;
	color: white;
	font-size: 14px;
	width: 250px;
	height: 200px;
	background-color: #000;
	border: 2px solid white;
	position: absolute;
	top: 200px;
	left: 120px;
}

div#mapdata-popup-header
{
	font-weight: bold;
	color: black;
	background-color: white;
	padding: 2px;
	margin-bottom: 2px;
}

.adsense
{
  margin: auto;
  margin-top: 80px;
}

div#highscores-container
{
	margin: auto;
	width: 550px;
}

img.highscores {
	margin-left: 91px;
	margin-top: 42px;
}

img.goback-fromhighscores
{
	margin-left: 188px;
	margin-top: 12px;
}

div#scores
{
	font-family: emulogic;
	color: white;
	margin-left: 23px;
	background-color: black;
	border: 2px solid white;
	margin-top: 8px;
	padding: 4px;
}

div#lnames
{
	float: left;
	text-align: left;
}

div#lscore
{
	float: right;
	text-align: right;
	border-right: 2px solid black;
}