body {
	background-color: #000000;
}
#centerit {
	z-index: 1;
	height: 1100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wallpaper {
	position: absolute;
	z-index: 2;
	height: 1100px;
	width: 900px;
}
#seasontitle {
	position: absolute;
	z-index: 3;
	height: 96px;
	width: 360px;
	top: 300px;
	left: 385px;
}
#iconbar {
	position: absolute;
	z-index: 2;
	width: 392px;
	top: 425px;
	left: 385px;
}
#iconbar table {
	width: 392px;
	text-align: center;
}
#content {
	position: absolute;
	z-index: 3;
	width: 400px;
	top: 650px;
	left: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.style2 {
	font-size: 12px;
	color: #666666;
}
