body {
	background-color: #333333;
}
a:link {
	font-family: Chalkboard, Eurostile, "Engravers MT";
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #F7FFFF;
	text-decoration: none;
}
a:visited {
	color: #F7FFFF;
}
a:hover {
	color: #FFFF33;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
#image {
	position: absolute;
	top: 130px;
	width: 99%;
	left: 10px;
}
#posters {
	position: absolute;
	left: 16px;
	top: 13px;
	width: 155px;
}
.previous {
	position: absolute;
	left: 20px;
	top: 110px;
	width: 143px;
}
#next {
	position: absolute;
	top: 110px;
	right: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #F7FFFF;
	position: absolute;
	width: 99%;
	top: 48px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	left: 9px;
}
img {
	border: 3px solid #000000;
}
