@charset "utf-8";
#movie {
	height: 432px;
	width: 768px;
	position: relative;
	z-index: 2;
	background-image: url(images/mainbackground.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 34px;
	padding-left: 66px;
	padding-right: 66px;
	padding-bottom: 34px;
}
#policy-title {
	position:relative;
	width:580px;
	height:30px;
	border: 1px solid #CCC;
	margin-top: 20px;
}
#policy {
	position:relative;
	width:580px;
	height:180px;
	border: 1px solid #CCC;
	font-size: .8em;
}
#news-title {
	position:relative;
	width:580px;
	height:30px;
	border: 1px solid #CCC;
	margin-top: 20px;
}
#news {
	position:relative;
	width:560px;
	height:140px;
	padding: 10px;
	border: 1px solid #CCC;
}
#faq-title {
	position:relative;
	width:580px;
	height:30px;
	border: 1px solid #CCC;
	margin-top: 20px;
}
#faq {
	position:relative;
	width:560px;
	border: 1px solid #CCC;
	height: 600px;
	padding: 10px;
}
#links {
	position:relative;
	width:900px;
	height:31px;
	font-size: 0.8em;
	text-align: center;
}
h1 {
	text-transform: none;
	font-size: 10px;
	margin: 0px;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}
