html {
	height: 100%;
	font-size: 100%;
	overflow:auto;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 12px;
	background-repeat: repeat-y;
}


