body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
body, html {
	height: 100%;
}


* {
margin:0px auto;
padding:0;
}
 
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -300px;
	float: left;
}
 
div#wrapper {
	width: 100%;
	height: 600px;
	clear: both;
	position: relative;
	top: -200px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	background-color: #000000;/** end hack */
}

