@charset "UTF-8";
* html #poststuff {
	height: 100%; /* kill peekaboo bug in IE */
}

/* This is the Holly Hack \*/
* html .wrap { height: 1% }
/* For Win IE's eyes only */
html { height:100%; overflow-y: scroll; }
body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#F1F1F1;
}
#canvas {
	width:100%;
	height:100%;
	background-color:#FFF;
}
#flash { text-align:center; }