@font-face {
	font-family: 'CenturyGothicRegular';
	src: url('gothic-webfont.eot');
	src: local('☺'), url('gothic-webfont.woff') format('woff'), url('gothic-webfont.ttf') format('truetype'), url('gothic-webfont.svg#webfontWxD8ARWQ') format('svg');
	font-weight: normal;
	font-style: normal;
}


* {
}

html, body {
	padding: 0px;
	margin: 0px;
}

html {
	width: 100%;
	height: 100%;
}
body {
	font-family: "Trebuchet MS";
	color: #EEE;
	width: 100%;
	background-color: #000;
}
#page {
	position: relative;
	width: 800px;
	margin: 0 auto;
	border: 1px solid black;
}
	h1 {
		font-family: "CenturyGothicRegular";
		font-weight: normal;
	}
	canvas {
		display: block;
		margin: 50px auto;
	}
	
	ul {
		list-style: none;
	}
		ul li {
			display: inline-block;
		}
			ul li a {
				color: white;
				margin: 2px;
			}
/*	ul.left {
		left: 0px;
	}
	ul.right {
		left: 300px;
	}*/