@charset "utf-8";
a:active {
	text-decoration: none;
	color: #7F7F7F;
}

a:hover {
	text-decoration: underline;
	color: #7F7F7F;
}

a:visited {
	text-decoration: none;
	color: #7F7F7F;
}

a:link {
	color: #7F7F7F;
	text-decoration: none;
}

body {
	background-color: #E8F3FF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F7F7F;
}
div.wrapper {
	position: relative;
	top: 30px;
	margin-left:auto;
	margin-right:auto;
	width: 782px;
	right: auto;
	bottom: auto;
}
div.background {
	position: absolute;
	z-index: 1;
	height: 531px;
	width: 782px;
	top: 10px;
	right: auto;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
}
div.logo {
	position: absolute;
	z-index: 2;
	height: 130px;
	width: 94px;
	top: 58px;
	right: auto;
	left: 11px;
}
div.navigation {
	position: absolute;
	z-index: 3;
	height: 300px;
	width: 100px;
	left: 9px;
	top: 200px;
	right: auto;
}
div.movie {
	position: absolute;
	z-index: 4;
	width: 601px;
	top: 60px;
	right: auto;
	height: 431px;
	left: 130px;
	border: 1px none #CCCCCC;
}
div.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #666666;
	position: absolute;
	z-index: 5;
	height: 350px;
	width: 225px;
	left: 466px;
	top: 97px;
	right: auto;
	padding: 10px;
	line-height: 1.2em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
div.date {
	position: absolute;
	z-index: 400;
	height: 20px;
	width: 200px;
	left: 475px;
	top: 86px;
	right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #666666;
}
div.star {
	position: absolute;
	z-index: 400;
	height: 80px;
	width: 57px;
	left: 670px;
	top: 423px;
	right: auto;
}

