html, body {
	height: 100%;
}
#page {
	margin: 0 auto;
	width: 900px;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}
#header {
	padding-top: 10px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
	background: #000;
}
#viewable, #content {
	margin: 0 auto 40px;
	width: 640px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
}
#content {
	margin-bottom: 10em;
}
div.cast {
	margin-left: 38px;
	width: 188px;
	display: inline;
	float: left;
}
div.first-child {
	margin-left: 0;
}