HTML, body {
	background:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
}
#Container 
{
	width:800px;
	height: 590px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
#navContainer {
	position:absolute;
	width:774px;
	height:28px;
	z-index:3;
	left: 12px;
	top: 155px;
}
#movieContainer {
	position:absolute;
	width:780px;
	height:350px;
	z-index:2;
	left: 10px;
	top: 192px;
}
#CopyContainer {
	position:absolute;
	height:auto;
	width:540px;
	z-index:2;
	left:215px;
	top: 180px;
}
.textLink {color:#000000; font-weight:bold; text-decoration:underline;}
.copySize {font-size: 13px;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

