body, html{
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #101010 url('bg.jpg') repeat;
	min-width: 1080px;
}

img{
	width: 100%;
	height: auto;
	min-width: 1080px;
	border: none;
}

#nav{
	position: fixed;
	bottom: 0;
	z-index: 100;
	min-width: 1080px;
}

#controls{
	position: fixed;
	top: 0;
	z-index: 100;
	min-width: 1080px;
}

#big-click{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 400;
}