/*body{
	background: url('../../img/Background.jpg') no-repeat center center fixed;
}*/

canvas {
    position: absolute;
    top: 13em;
    left: 10em;
    background: transparent;
    border: 1px solid black;
}
 
#background {
    z-index: -2;
}
 
#main {
    z-index: -1;
}
 
#ship {
    z-index: 0;
}

.score {
	position: absolute;
	top: 235px;
	left: 38em;
	color: #FF7F00;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}

.hiscore {
	position: absolute;
	top: 215px;
	left: 38em;
	color: #FF7F00;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}

.Level {
	position: absolute;
	top: 215px;
	left: 11em;
	color: #FF7F00;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}

.Kills {
	position: absolute;
	top: 235px;
	left: 11em;
	color: #FF7F00;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
}

.game-over {
	position: absolute;
	top: 320px;
	left: 380px;
	color: #FF7f00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	cursor: default;
	display: none;
}

.game-over span {
	font-size: 20px;
	cursor: pointer;
	position: relative;
	left: 50px;
}

.game-over span:hover {
	color: #FFD700;
}