@charset "UTF-8";
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #999;
}
#canvas {
	position: absolute;
	z-index: 1;
	left: 50%;
	margin: 0 0 0 -340px;
	border-left: 40px solid #ddd;
	border-right: 40px solid #bbb;
	overflow: scroll;
}
#vars {
	width: 100px;
	padding: 10px;
	background-color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: fixed;
	left: 50%;
	margin: 20px 0 0 -480px;
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
}
[type=text]{
	width: 95px;
	margin: 5px 0;
}

footer{
	display: block;
	position: fixed;
	z-index: 2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	bottom: 0;
	width: 100%;
	background-color: #000;
	padding: 5px 0;
	color: #fff;
}
a{
	color: #C30;
	text-decoration: none;
}
a:hover{
	color: #F90;
	text-decoration: underline;
}