body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	background-color: #45c2f0;
}
.txt {
	color: #ff9900;
}

a.txt:link {
	color: #ff9900; text-decoration: underline;
}
a.txt:visited { 
	color: #ff9900; text-decoration: underline;
}
a.txt:hover {
	color: #ff9900; text-decoration:none;
}
a.txt:active {
	color: #ff9900; text-decoration:none;
}
.bgimg {
	background-image: url(../images/bg_img.gif);
	background-repeat: no-repeat;
}

#content {
	width: 800px;
	height: 500px;
	text-align: right;
}

#title {
	background-image: url(../images/header_title.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 105px;
	float: right;
	margin-right: 10px;
}
#title h1 {
	display: none;
}

#subtitle h2 {
	display: none;
}

#caption {
	background-image: url(../images/header_date.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 25px;
	float: right;
	margin-right: 10px;
}
#caption h3 {
	display: none;
}

#movie {
	width: 260px;
	height: 160px;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}
#moviecap {
	width: 260px;
	height: 45px;
	text-align: center;
	margin-right: 20px;
	float: right;
}


#check {
	width: 12px;
	height: 12px;
	border-color: #ff3366;
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
}
#footerlink {
	width: 310px;
	margin-top: 30px;
	margin-bottom: 30px;
}
