#wrapper {
	width: 100%;
}
body {
	background-color: #f4f4f4;
	margin: 0px;
}
#header {
	background-color: #000;
	height: 250px;
	width: 100%;
	left: inherit;
}
#body {
	background-color: #FC9;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	font-size: 12px;
}
#footer {
	background-color: #FF0;
	height: 100px;
	width: 100%;
	clip: inherit;
}
table #data {
	height: 25px;
	padding-right: 20px;
	margin-right: 20px;
	font-size: 16px;
	margin-left: 20px;
	padding-left: 20px;
	text-align: left;
}
#season {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}
