/* Start of CMSMS style sheet 'Intro' */
HTML {
	height:100%;
	width: 100%;
	overflow:hidden;
}
BODY {
	background-color: #fff9eb;
	height:100%;
	width: 100%;
	overflow:hidden;
	line-height:100%;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
#introcontent {
	position:absolute;
    width:800px;
	height:400px;
	margin-top:-250px;
	margin-left: -400px;
	top:50%;
	left:50%;
	text-align:center;
}
#introcontent a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
#introcontent a:hover {
    text-decoration:underline;
}
.movieborder {
	height: 368px;
	width: 768px;
	padding: 10px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
/* End of 'Intro' */

