html {
margin: 0px;
padding: 0px;
height: 100%;
text-align: center
}


body {
	background-image: none;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}


.middle {
	background-image: none;
	background-repeat: repeat;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	width: 799px;
	min-height: 100%;
	height: 100%;
}

