html, body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	anchor-point: 400px;
}

html>body #wrap {height:100%;} /* 100 % height */

#wrap {
	width:1000px;
	margin:0 auto;
}

#header {
	width:1000px;
	height:200px;
	z-index: 10; /* Prevent certain problems with form controls */
}

html>body #header {
	position:fixed;
}

html>body #content-wrap {
	position: absolute;
	height:100%;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
} /* 100 % height */

html>body #content {
	padding: 220px 0px 40px 0px;
	width: 1000px;
	background-color: #FFFFFF;
	font-family: 'Trebuchet MS', Arial, Helvetica;
	z-index:1;
} 

#footer {
	width:1000px;
	height:20px;
}

html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}