html, body
{
    height: 100%;
}



#game_container{
	/*top: 0px;*/
	left: 97px;
	position: relative;
	width: 570px;
}

#game_bezel{
	width: 762px;
	height: 50px;
	background-image: url('images/canvasinv.png');
	/* position: absolute; */
}

#invaders-canvas, #background-canvas
{
	position: absolute;
    border: 1px solid;

	/*left: 0px;
	top: 0px;*/
}

#background-canvas{
	background: #000;
}

#hud{
	font-size: 1em;
	width: 570px;
	height: 350px;
	color: #fff;
	font-weight: bold;
	position: absolute; 
	/*top: 6px; */
	/*left: 6px;*/
}

#gameover{
	display: none;
	margin-top: 150px;
	width: 570px;
	text-align: center;
	font-size: 2.2em;
}

.score,.lives{
	width: 70%;
	float: right;
}

.lives{
	width: 30%;
}	