body {
	margin:0;
	background-color:#4b2b38;
	background-image:url(../images/site_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	line-height:0;
	font-size:0;
}

/* set all items on page to 0 padding, border and margin */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Universal styles */
.clearme {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/* main site containers, holds everything */
#wrapper {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -475px;
	width: 950px;
	height: 683px;
	font-size: 12px;
}

#wrapper #site {
	width: 950px;
	height: 683px;
	background: transparent url(../images/site_grad.png) bottom left no-repeat;
	behavior: url(../iepngfix.htc);
}
/*******************************************/
