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

body{
	overflow-y: scroll;
}

img.full{
	width: 100%;
}

#home{
overflow: hidden;
height: 100%;
width: 100%;
position: relative
}

#home .full{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

#home #controls{
	position: fixed;
	top: 28px;
	left: 28px;
}

#home #mast{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}