@charset "ISO-8859-1";
a:link {
	color: #C8D1D6;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #C8D1D6;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #D42415;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #D42415;
	font-weight: bold;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #6E8B99;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#MovieBar {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	position: absolute;
	margin: -231px 0px 0px;
	padding: 0px;
	height: 460px;
	top: 48%;
	left: 0px;
	right: 0px;
	background-color: #9AAFBB;
	width: 100%;
}
#MovieBorder {
	height: 460px;
	width: 680px;
	margin-top: -230px;
	margin-left: -341px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 0px;
}


#MovieContainer {
	height: 460px;
	width: 680px;
	position: absolute;
	margin: -230px 0px 0px -340px;
	padding: 0px;
	left: 50%;
	top: 50%;
}
#ErrorMessage {
	display: block;
	margin: -30px 0px 0px;
	padding: 0px;
	position: absolute;
	top: 50%;
	width: 100%;
}
#Birdseed {
	font-size: 9px;
	color: #9AAFBB;
	text-align: center;
	margin: 0px 0px 0px -340px;
	padding: 0px;
	position: absolute;
	bottom: 4px;
	width: 680px;
	left: 50%;
}
