body
{
	background-color: black;
	margin: 0px;
	padding: 0px;
	font-family: helvetica;
	font-size: 10pt;
	color: white;
}

#menu
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 320px;
	height: 416px;
	background-color: black;
	z-index: 10;
	text-align: center;
}

#container
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 320px;
	height: 320px;
	background-color: black;
	background-image: url("/images/blitz/background.png");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow: hidden;
	-webkit-tap-highlight-color:rgba(0,0,0,0.0);
}
#container #city_background
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 91px;
	background-image: url("/images/blitz/city_background.png");
}
#container #top_background
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 25px;
	background-color: black;
	opacity: 0.5;
}
#container #level
{
	font-size: 15px;
	position: absolute;
	left: 2px;
	top: 2px;
	font-weight: bold;
}
#container #lives
{
	position: absolute;
	right: 2px;
	top: 2px;
	font-weight: bold;
}
#header
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 320px;
	right: 0px;
	height: 64px;
	background-color: #151515;
	border-bottom: 2px solid #ffffff;
}
#footer
{
	position: absolute;
	left: 0px;
	top: 320px;
	text-align: center;
	width: 320px;
	right: 0px;
	height: 89px;
	padding-top: 5px;
	background-color: #950000;
	border-top: 2px solid #000000;
}

#footer #button
{
	position: absolute;
	right: 10px;
}

#footer #logo
{
	position: absolute;
	left: 10px;
}

.bomb
{
	position: absolute;
	left: 0px;
	top: 150px;
	width: 16px;
	height: 16px;
	background-image: url("/images/blitz/bomb.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.tower_block
{
	position: absolute;
	left: 100px;
	top: 200px;
	width: 14px;
	height: 16px;
	background-color: black;
	background-image: url("/images/blitz/block.png");
	margin-left: 1px;
	margin-right: 1px;
}

.plane
{
	position: absolute;
	left: 200px;
	top: 0px;
	width: 32px;
	height: 11px;
	margin-left: -16px;
	background-image: url("/images/blitz/plane.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.explosion
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 71px;
	height: 100px;
	background-image: url("/images/blitz/explosion.gif");
	margin-left: -35px;
	margin-top: -50px;
}

#level_indicator
{
	position: absolute;
	z-index: 500;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 120px;
	margin-left: -100px;
	margin-top: -60px;
	border: 3px solid white;
	background-color: black;
	text-align: center;
	color: white;
	font-size: 100px;
	font-weight: bold;
	
}