body
{
	padding: 0;
	margin: 0;
	min-height: 100%;
	height: 100%;
	background-color: #e7dad1;
}


#wrap
{
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	position: absolute;
	background-image: url(hickory.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #e7dad1;
}

#content
{
	min-height: 100%;
	height: 100%;
}
