html,
body {
	margin:0;
	padding:0;
	background-repeat: repeat-x;
	background-color: #E8ECD7;
	height: 100%;
	position: relative;
}
html>body #wrap {
} /* 100 % height */
#wrap {
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 200px;
}
