body { 
	padding: 0;
	margin: 0;
	background-image: url(images/background.jpg); 
	background-position: top center; 
	background-repeat: no-repeat; 
	background-color: #000000;
	background-attachment: fixed;
}
a {
	color: #A0A0A0;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}
a.footer {
	color: #808080;
	text-decoration: none;
}
a.footer:hover {
	color: #CCCCCC;
}
#container {
	height: 667px;
	width: 961px;
}
#flash {
	margin: 45px 0px 0px 70px;
	height: 118px;
	width: 338px;
}
#topcontent {
	margin: 45px 0px 0px 52px;
	background: url(images/top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 374px;
}
#content {
	margin: 0px 0px 0px 52px;
	padding: 20px 22px 22px 22px;
	background: url(images/square.png);
	background-repeat: repeat;
	width: 330px;
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	line-height: 120%;
}
#basecontent {
	margin: 0px 0px 0px 52px;
	background: url(images/base.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 374px;
}
#title {
	width: 330px;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dashed #808080;
}
#filmtitleleft {
	width: 260px;
	float: left;
}
#filmtitleright {
	width: 70px;
	float: right;
	text-align: right;
	font-weight: normal;
	font-size: 9pt;
}
#date {
	font-weight: normal;
	font-size: 8pt;
}
#resumeholder {
	width: 330px;
	height: 67px;
	margin: 12px 0px 0px 0px;
}
#resumeleft {
	width: 102px;
	height: 67px;
	float: left;
}
#resumeright {
	width: 216px;
	height: 67px;
	float: right;
}
#resumeright2 {
	width: 102px;
	height: 67px;
	float: right;
}
#left {
	width: 45px;
	height: 67px;
	float: left;
}
#right {
	width: 45px;
	height: 67px;
	float: right;
}
#filmholder {
	width: 330px;	
}
#filmimage {
	width: 100px;
	float: left;
}
#filmcopy {
	width: 218px;
	float: right;
}
#question {
	font-weight: bold;
	padding: 0px 0px 3px 0px;
}
#icons {
	margin: 55px 0px 15px 52px;
	padding: 0px 22px 0px 22px;
	width: 330px;
	text-align: center;
}
#footer {
	margin: 0px 0px 55px 52px;
	padding: 0px 22px 0px 22px;
	width: 330px;
	font-size: 8pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #808080;
	line-height: 120%;
	text-align: center;
}
# sitebyholder {
	width: 330px;
}
#sitebyleft {
	margin: 13px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	width: 163px;
	height: 18px;
	float: left;
	text-align: right;
}
#sitebyright {
	margin: 13px 0px 0px 0px;
	width: 167px;
	height: 23px;
	float: right;
	text-align: left;
}
img#expando { 
	position: absolute; 
	display: none; 
	z-index: 1; 
	-ms-interpolation-mode: bicubic; 
} 
.wide img#expando, 
.tall img#expando { 
	display: block; 
}
.wide img#expando { 
	width: 100%; 
	height: auto; 
}
.tall img#expando { 
	width: auto; 
	height: 100%; 
}
.ie6fixed {
	position: absolute;
	top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px') !important;
}