/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin:0;
	padding:0;
	border:0;
}
body {
	background-color:#2D2F2F;
	margin:0;
	padding:0;
}
#wrapper {
	width: 100%;
	margin: 0;
	border:0;	
}
img.topleft {
	position:absolute;
	top:0;
	left:0;
}
img.topright {
	position:absolute;
	top:0;
	right:0;
}
img.bottomleft {
	position:absolute;
	bottom:0;
	left:0;
}
img.bottomright {
	position:absolute;
	bottom:0;
	right:0;
}
#verticalpositioner {
	text-align: center;/*dont change*/
	position: absolute;/*dont change*/
	top: 50%;/*dont change*/
	left: 0px;/*dont change*/
	width: 100%;/*dont change*/
	height: 1px;/*dont change*/
	overflow: visible;/*dont change*/
	visibility: visible;/*dont change*/
	display: block/*dont change*/
}

#content {
	text-align:left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	/*margin-left is NEGATIVE HALF your content width 477 */
	margin-left: -478px;
	position: absolute;/*dont change*/
	/*top is NEGATIVE HALF your content height 300 */
	top: -300px;
	left: 50%;/*dont change*/
	/*change width and height to suit */
	width: 956px;
	height: 600px;
	/**********************************/
	visibility: visible;/*dont change*/
}
