html
{
  position:fixed;
  width:100%;
  height:100%;
}

body {
	background: #A0EEF2;
	background-image: url('../../imgs/bg/bg_ibejis.png');
}

#game {
	display: block;
	margin: 50px auto 0px;
}

#homingmissile {
	display: block;
	margin: -800px auto 0px;
}

#enemy {
	display: block;
	margin: -800px auto 0px;
}

#HUD {
	display: block;
	margin: -800px auto 0px;
}

#score {
position: absolute;
/*margin: 737px 455px 0px;*/
top: 53px;
left: 883px;
font-size: 220%;
font-family: 'Atma', cursive;
font-style: italic;
font-weight: bold;
color: #FFF;
margin-left:-1%;
}



#warning {
	position: absolute;
	margin: 850px 550px 0px;
	top: 10px;
	left: 10px;
}
.menuScreen {
	background: #eee url(../images/MenuScreen1.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.menuScreen2 {
	background: #eee url(../images/MenuScreen2.png);
}

.helpScreen {
	background: #eee url(../images/HelpScreen.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.deadScreen {
	background: #eee url(../images/DeadScreen.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.winScreen {
	background: #eee url(../images/WinScreen.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.playGame1 {
	background: #eee url(../images/SeaTrial.png);
}
