body {
	position: relative;
	text-align: center;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
	background: #f2f2f2;
}
#outer-wrapper {
	position: relative;
	z-index: 0;
	text-align: left;
	margin: 0 auto;
	height: auto;
	background: #FFFFFF;
}
#content-wrapper {
	position: absolute;
/*	z-index: 1;*/
	top: 220px;
	left: 0;
	width: 100%;
	height: auto;
	background: #FFFFFF;
	clear: both;
}

#header, #outer-wrapper, #footer {
	width: 756px;
}
#header-img {
	width: 744px;
}

