body {
	margin: 0 auto;
	color: #FFFFFF;
	background: #555555;
	text-align: center;
}

table {
text-align: left;
}

table tr td {
	padding-left: 10px;
}

#wrapper {
	width: 800px;
	max-width: 800px; 
	min-width: 600px;
	height: 100%;
	min-height: 800px;
	max-height: 1000px;
	background: url(./img/background.jpg);
	text-align: left;
	margin: 0 auto;
}
a {
	color: white;
	font-size: 25px;
}

#header{
	width: 100%;
	height: 140px;
	float: left;
	font-size: 80px;
	text-align: center;
}

#main {
	width: 100%;
	height: 100%;
	float:left;
	text-align:center;
	font-size: 50px;
}

#cast {
	height: 100%;
	width: 100%;
	float: left;
	font-size: 17px;
	margin-left: 50px;
	text-align: center;
}

#footer {
	margin-top: 50px;
	width: 100%;
	height: 100%;
	text-align: center;
	float: left;
	font-size: 18px;
}


