body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	text-align: center;
	height: 100%;
	width: 100%;
	margin: 0px;
}
#index {
	background-color: #000000;
	background-image: url(../images/back0.jpg);
	background-repeat: repeat-y;
}

#wrapper {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	height: 160px;
	width: 800px;
}
