html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #151515;
}

body {
  background-image: url("/img/background.jpg");
}

/*
 {
  position: relative;
  z-index: 100;
  top: 300px;
  left: 100px;
}*/

.progress {
  position: relative;
  top: 50%;
  z-index: 100;
  left: 25%;
  width: 50%;
}

#space-start {
  z-index: 2;
  position: absolute;
  top: 70px;
  right: 10px;
}

.startbutton {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background-color:#FFFFFF;
	border:2px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family: 'Orbitron', sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:6px 19px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.startbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.startbutton:active {
  position: relative;
	top: 1px;
}

#galaga-start {
  z-index: 2;
  position: absolute;
  top: 150px;
  right: 10px;
}

#space-canvas {

  visibility: hidden;
  position: absolute;
  
  z-index: 1;
}

#main-canvas {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #151515;
  
  z-index: 0;
}

#score {
  float: right;
  color: #FFFFFF;
	font-family: 'Orbitron', sans-serif;
	font-size:15px;
	font-weight:bold;
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 4;
}

#lives {
  float: right;
  color: #FFFFFF;
	font-family: 'Orbitron', sans-serif;
	font-size:15px;
	font-weight:bold;
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 4;
}

#game-over, #game-over-overlay, #game-over-handler {
  margin: auto;
  width: 512px;
  height: 480px;
  position: absolute;
  z-index: 10;
}

#game-over-overlay {
  background-color: black;
  opacity: .5;
  visibility: hidden;
	font-family: 'Orbitron', sans-serif;
}

#game-over {
  
  position: relative;
  top: 200px;
  height: 200px;
  text-align: center;
  color: white;
	font-family: 'Orbitron', sans-serif;
  visibility: hidden;
}

#game-over h1 {
  /*text-align: center;*/
	font-size:3em;
}

#game-over button {
  color: black;
  font-size: 1.5em;
}

.background-stuff {
  visibility: hidden;
}

#title {
  color: white;
	font-family: 'Orbitron', sans-serif;
  font-size: 6em;
  position: absolute;
  text-align: center;
  top: 25%;
  left: 0%;
  width: 50%;
  height: 50%;
  z-index: 20;
}