body {
	background-color: #000000;
	font-family: arial;
	font-size: 10pt;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}

img {
	border: none;
}

#content {
	width: 640px;
	margin: auto;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	text-transform: lowercase;
	text-align: right;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: 1px #BBBBBB solid;
}

p {
	text-align: justify;
}

.thumb {
	max-width: 170px;
	height: 100px;
	margin: 10px;
}

.pic {
	display: block;
	width: 640px;
	max-height: 720px;
	margin-top: 30px;
	margin-bottom: 30px;
}

table {
	border-collapse: collapse;
	margin: auto;
	text-align: center;
}

#infotext {
	display: block;
	width: 640px;
	height: 12px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	text-transform: lowercase;
}

#movie {
	margin-top: 0px;
	width: 640px;
	height: 500px;
}

a:link,a:active,a:visited {
	text-decoration: none;
	color: #950000;
}

a:hover {
	text-decoration: underline;
}

#back:link,#back:active,#back:visited {
	text-align: left;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
	top: 10px;
	right: 30px;
}

#back:hover {
	text-decoration: underline;
}

#contact {
	position: absolute;
	font-weight: bold;
	margin-top: 25px;
	right: 10px;
	top: 0px;
	text-align: right;
	font-size: 8.5pt;
}

#contact span{
	color: #950000;
}