html, body {
	margin:0;
	padding:0;
	height:100%;
}
/*
 * {
 margin:0px auto;
 padding:0;
}
 */
	#canvas {
		margin:auto;
		text-align:center;
		height:100%;
		width:946px;
}
#shim {
	visibility: hidden;
	width:100%;
	height: 50%;
	margin-top: -288px;
	float: left;
	background-color:gray;
}


	#content {
		text-align:left;
		height: 577px;
		clear: both;
		position: relative;
		top: -200px;
		/* IE4ever Hack: Hide from IE4 **/
		position: static;
		/** end hack */
}
