.page {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.75em;
}
#heading {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 46px;
}
#heading a, a:link, a:active, a:hover, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

#poster {
	width: 400px;
	text-align: center;
	margin-top: -420px;
	visibility: hidden;
	background-color: #000000;
}
#detail {
	height: 400px;
	margin-top: 40px;
	margin-left: 50px;
	margin-right: 40px;
}

#detail a, a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
}
#detail a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#detail .more a, a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#thumbnails {
	text-align: center;
	margin: auto;
	width: 300px;
}
#instruction {
	height: 50px;
	padding-top: 15px;
}

#thumbnails img {
	border: thin solid #FFFFFF;
	margin: 3px;
}
#poster img {
	border: 1px solid #999999;
}

#navigation {
	text-align: right;
}
.copyright {
	text-align: center;
	font-size: smaller;
	padding-top: 5px;
}
#contact {
	padding-top: 20px;
	width: 340px;
}
#contact a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#contact a, a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
}
#contactform {
	border: 1px solid #999999;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;

}
#contactform .box {
	background-color: #E8E8E8;
	width: 250px;
}
.error {
	font-size: smaller;
	color: #CC0000;
	background-color: #FFFFFF;
}
.images {
	border: 1px solid #999999;
}
.page p {
	margin-bottom: 0.75em;
	margin-top: 0px;
	letter-spacing: 0.1em;
	line-height: 120%;
}
#about {

	height: 400px;
	margin-left: 20px;
	margin-right: 20px;
}
