body {
	margin: 0 auto;
	color: #FFFFFF;
	background: #555555;
	text-align: center;
}

table {
text-align: left;
}

table tr td {
	padding-left: 10px;
	font-weight: normal;
}

#wrapper {
	width: 800px;
	max-width: 800px;
	min-width: 600px;
	height: 100%;
	min-height: 750px;
	max-height: 1000px;
	text-align: left;
	margin: 0 auto;
	background-image: url(img/background.jpg);
}
a {
	color: white;
	font-size: 36px;
}

#header{
	width: 100%;
	height: 90px;
	float: left;
	font-size: 80px;
	text-align: center;
}

#main {
	width: 100%;
	height: 800 px;
	float:left;
	text-align:center;
	font-size: x-small;
}

#cast {
	height: 100%;
	width: 100%;
	float: left;
	font-size: 17px;
	margin-left: 50px;
	text-align: center;
}

#footer {
	margin-top: 10px;
	width: 800px;
	height: 66px;
	text-align: center;
	float: left;
	font-size: 18px;
	position: relative;
	left: auto;
	top: -10px;
}

