* {
	font-style: normal;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 14px;
	font-weight: normal;
	color: white;
}

body {
	text-align: center;
	background-color: black;
}

.page {
	width: 900px;
}

.nav {
	width: 900px;
}

.aboutpage {
	background-position: center top;
	background-image: url(images/web_about.jpg);
	height: 867px;
	width: 900px;
}

.abouttext {
	bottom: -400px;
	right: -200px;
	position: relative;
	width: 400px;
}

.abouttext a:link {
	text-decoration: none;
	color: #fd9209;
}

.abouttext a:visited {
	text-decoration: none;
	color: #fd9209;
}

.abouttext a:hover {
	text-decoration: none;
	color: white;
}

.abouttrailer {
	top: 150px;
	position: relative;
	width: 640px;
}

.abouttrailer a:link {
	font-size: 18px;
	text-decoration: none;
	color: #fd9209;
}

.abouttrailer a:visited {
	font-size: 18px;
	text-decoration: none;
	color: #fd9209;
}

.abouttrailer a:hover {
	font-size: 18px;
	text-decoration: none;
	color: white;
}

.castpage {
	background-position: center top;
	background-image: url(images/web_cast.jpg);
	height: 867px;
	width: 900px;
}

.castphoto {
	left: -50px;
	top: 100px;
	position: relative;
}

.castlist {
	text-align: right;
	top: 100px;
	position: relative;
	font-size: 20px;
}

.castlist a:link {
	line-height: 35px;
	text-decoration: none;
	font-size: 20px;
}

.castlist a:visited {
	line-height: 35px;
	text-decoration: none;
	font-size: 20px;
}

.castlist a:hover {
	color: #fd9a09;
	line-height: 35px;
	text-decoration: none;
	font-size: 20px;
}

.newspage {
	background-position: center top;
	background-image: url(images/web_news.jpg);
	height: 867px;
	width: 900px;
}

.newstext {
	padding: 5px;
	font-size: 16px;
	right: -240px;
	height: 800px;
	top: 50px;
	position: relative;
	width: 400px;
}

.newsdate {
	color: #78000a;
	font-weight: bold;
	font-size: 20px;
}

.mediapage {
	background-position: center top;
	background-image: url(images/web_media.jpg);
	height: 867px;
	width: 900px;
}

.mediawallpapers {
	right: -300px;
	top: 150px;
	position: relative;
	width: 300px;
}

