body
{
	min-width: 320px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0px;
	margin: 0px;
	background-color: black;
}

div.background
{
	position: absolute;
	left: 50%;
	top: 0px;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	width: 320px;
	min-height: 360px;
	margin-left: -160px;
	background-image: url("/images/star/solid_background.png");
}

div.container
{
	position: absolute;
	left: 50%;
	top: 0px;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	width: 320px;
	min-height: 360px;
	margin-left: -160px;
	background-image: url("/images/star/background.png");
	background-repeat: no-repeat;
}

div.paused
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: navy;
	z-index: 100;
}

div.play_button
{
	z-index: 201;
	position: absolute;
	left: 50%;
	top: 115px;
	width: 129px;
	height: 100px;
	margin-left: -65px;
	margin-top: -50px;
	background-image: url('/images/star/play_button.png');
}

div.down_button
{
	position: absolute;
	left: 50%;
	top: 265px;
	width: 100px;
	height: 77px;
	margin-left: -50px;
	background-image: url("/images/star/down_button.png");
}

div.up_button
{
	position: absolute;
	left: 50%;
	top: 265px;
	width: 100px;
	height: 77px;
	margin-left: -50px;
	background-image: url("/images/star/up_button.png");
}

div.level_number
{
	z-index: 10;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 120px;
	height: 200px;
	margin-top: -110px;
	font-family: helvetica, arial;
	font-size: 200px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 0px;
}

div.ship_position
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
	background-color: yellow;
}

div.up_indicator
{
	z-index: 50;
	position:absolute;
	left: 1px;
	top: 91px;
	width: 29px;
	height: 29px;
	background-image: url('/images/star/up_indicator.png');
}

div.down_indicator
{
	z-index: 50;
	position:absolute;
	left: 1px;
	top: 121px;
	width: 29px;
	height: 29px;
	background-image: url('/images/star/down_indicator.png');
}

div.pause_div
{
	position: absolute;
	left: 0px;
	right: 0px;
	height: 240px;
	background-color: transparent;
	z-index: 200;
}

div.star
{
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: -3px;
	margin-top: -3px;
	width: 7px;
	height: 7px;
	background-image: url('/images/star/star.gif');
}

div.explosion
{
	position: absolute;
	z-index: 180;
	left: 0px;
	top: 0px;
	width: 71px;
	height: 100px;
	margin-left: -35px;
	margin-top: -50px;
	background-image: url('/images/star/explosion.gif');
}

div.life_indicator
{
	z-index: 99;
	position: absolute;
	left: 0px;
	top: 5px;
	width: 34px;
	height: 25px;
	background-image: url('/images/star/life_indicator.png');
}

div.game_over
{
	z-index: 900;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 320px;
	height: 274px;
	background-image: url('/images/star/game_over.png');
}

div.level
{
	z-index: 900;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 320px;
	height: 240px;
	background-image: url('/images/star/level.png');
}