html { height: 100%; overflow:hidden;}

body {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border-top: 1px transparent solid;
	margin-top: -1px;
	z-index:0;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
}
img#background {
	height: 100%;
	width: 100%;
	z-index: -10;
	position:absolute;
	color: white;
	overflow: visible;
}a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
}a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #CCCCCC;
	text-decoration: none;
}

#content { font-family: Arial, sans-serif; font-size: 12px; margin-top: 30%; margin-left: 10%; padding: 10px; width: 40%; height: 20%; overflow: auto; background-image: url(images/transparent.png); }
h1 {
	color: white;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
}
#title {
	position:absolute;
	width:309px;
	height:91px;
	z-index:1;
	left: 5%;
	top: 30px;
	visibility: visible;
}
#menu {
	position:absolute;
	width:134px;
	height:600px;
	z-index:2;
	left: 5%;
	top: 120px;
	visibility: visible;
}
#subject {
	position:absolute;
	width:50%;
	height:100%;
	z-index:1;
	left: 20%;
	top: 180px;
	visibility: visible;
}
#press {
	position:absolute;
	width:50%;
	height:650px;
	z-index:1;
	left: 45%;
	top: 64px;
	visibility: visible;
	background-image: url(gfx/darken.png);
	overflow: auto;
}#poster {
	position:absolute;
	width:50%;
	height:650px;
	z-index:1;
	left: 45%;
	top: 64px;
	visibility: visible;
	background-image: url(gfx/darken.png);
}
#trailer {
	position:absolute;
	left:24%;
	top:270px;
	width:360px;
	height:200px;
	z-index:2;
}
#teaser {
	position:absolute;
	left:60%;
	top:270px;
	width:360px;
	height:200px;
	z-index:3;
}img { behavior: url(iepngfix.htc); }
