/*
	style.css
*/
html,
body{
	height: 100%;
	overflow: hidden;
}
body{
	margin: 0;
	padding: 0;
}

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

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

h1{
	position: absolute;
	top: 24px;
	left: 24px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: Verdana, Arial;
	font-weight: normal;
}

ul{
	margin: 0;
	padding: 24px;
	list-style-type: none;
}

li{
	float: left;
	margin-right: 5px;
	z-index: 100;
}

canvas{
	z-index: 0;
}