html, body{
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: center;
	background-image: url("/parameters/exoticwood.patronet/documents/oecms/Design/bgpattern.gif");
	background-repeat: repeat;
}
.wrap{
	min-height: 100%;
	width: 920px;
	margin: 0 auto;
	background-color: white;
	margin-bottom: 46px;
}
#header-container{
	background: white;
}
#page{
	background: white;
	padding-top: 20px;
	height: 100%;
}
#left{
	width: 221px;
	display: inline-block;
}
#center{
	width: 685px;
	display: inline-block;
}

#footer{
	position: relative;
	margin-top: -46px;
	height: 46px;
	clear: both;
}