body {
	font: bold 2em "Comic Sans MS", sans;
	color: white;
	background-image: url("background.png");
	text-align: center;
  text-shadow: 3px 3px 5px black;
}

.title {
	font-size: 1.8em;
	white-space: nowrap;
}

.container {
	position: absolute;
	top: 100px;
	width: 500px;
	left: 50%;
	margin-left: -250px;
}

.light, .new-game-button {
	background:url("buttons.png") top left no-repeat;
}

.new-game-button {
	position: absolute;
  left: 250px;
  top: 750px;
  width:300px;
  line-height:95px;
  height:100px;
  font-size: 1.2em;
  background-position:-10px -120px;
  text-shadow: 2px 2px 5px black;
}

.new-game-button:hover {
	color: black;
  text-shadow: 2px 2px 5px #888;
  background-position:-10px -10px;
}

.light {
	position: absolute;
	width:100px;
	height:100px;
  background-position:-120px -230px;
}

.light:hover {
  background-position:-10px -230px;
}

.light:nth-child(1) {
  left: 50px;
  top: 620px;
}

.light:nth-child(2) {
  left: 50px;
  top: 500px;
}

.light:nth-child(3) {
  left: 50px;
  top: 380px;
}

.light:nth-child(4) {
  left: 50px;
  top: 260px;
}

.light:nth-child(5) {
  left: 50px;
  top: 140px;
}

.light:nth-child(6) {
  left: 50px;
  top: 20px;
}

.light:nth-child(7) {
  left: 185px;
  top: 20px;
}

.light:nth-child(8) {
  left: 310px;
  top: 80px;
}

.light:nth-child(9) {
  left: 370px;
  top: 200px;
}

.light:nth-child(10) {
  left: 310px;
  top: 320px;
}

.light:nth-child(11) {
  left: 190px;
  top: 380px;
}

.light:nth-child(12) {
  left: 270px;
  top: 500px;
}

.light:nth-child(13) {
  left: 350px;
  top: 620px;
}