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

a:link {
	color:#857f7c;
	text-decoration:none;
}
a:hover {
	color: #c69b55;
	text-decoration: underline;
}
a:visited {
	color: #857f7c;
	text-decoration: none;
}
body {
	background: #1c1817;
}
#movie {
	margin: 20px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	position: relative;
}
