@charset "UTF-8";
#container/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: white;
	background-color: #000;
}

a:link {
	color: #BA8E4E;
}
a:visited {
	color: #8F1321;
}
a:hover {
	color: #8F1321;
}
a:active {
	color: #BA8E4E;
}
#title {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.cover {
	margin-left: 20px;
	border: thin solid #FFF;
}
.button {
	margin: 5px;
	position: relative;
	left: 200px;
}
.poster {
	margin: 10px;
	position: relative;
	height: 640px;
	width: 440px;
}
