/* CSS Document */
html {
	height: 100%;
	width: 100%;
	}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center center;
	height: 100%;
	width: 100%;
	}
