body {
	font-family: sans-serif;
	background-color: black;
	background-image: url(/static/thor/storm.jpg);
	background-position: 50% 0;
	background-repeat: repeat-x;
	color: white;
}

#controls {
	position: absolute;
	top: 2px;
	right: 2px;
}

#controls a {
	color: white;
}

#stage {
	display: none;
}

#stage img {
	position: absolute;
}

#lightning1, #lightning2 {
	width: 200px;
	height: 800px;
	bottom: 100px;
	display: none;
}

#thor {
	margin: auto;
	width: 400px;
	height: 616px;
	left: 50px;
	right: 0;
	bottom: 50px;
}

#awesome {
	margin: auto;
	top: 20px;
	left: 0;
	right: 0;
	width: 800px;
	height: 336px;
}

#trex-left, #trex-right {
	width: 200px;
	height: 280px;
	bottom: 70px;
}

#trex-right {
	left: 90px;
}

#trex-left {
	right: 90px;
}

#logo {
	right: 0;
	bottom: 0;
}

#music {
	position: absolute;
	left: 0;
	bottom: 0;
}
