html {
	height: 100%;
	width: 100%;
}

body {
	padding: 0;
	margin: 0;
	background: #000;
	height: 100%;
	width: 100%;
}

#scene {
	height: 100%;
	width: 100%;	
}

	#renderer {
		/*margin-top: 2.5em;*/
		min-height: 100%;
		width: 100%;
		height: 100%;
		-webkit-user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-ms-user-select: none;
	}

	#clock {
		position: absolute;
		bottom: 2px;
		right: 2px;
		color: #FFF;
		font-family: 'Lucida Grande', sans-serif;
		width: 200px;
		text-align: right;
	}
