html { /*stops the horiz. "jumps" when using margin:auto and moving from tab to tab */
        overflow-y: scroll;
}
body {
	margin: 0px;
	background-color: #000000;
	height: 100%;
	background-image: url(backg.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	text-align: center;
}
div#master {
	position: relative;
	top: 32px;
	text-align: center;
	margin: auto;
	color:#999;
}
div#topbar-text {
	position: absolute;
	z-index: 2;
	width: 736px;
	top: 0px;
	margin-left: -368px;
	left: 50%;
	height: 25px;
}
div#movie {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin: auto;
}
div#topbar {
	background-color:#403f3f;
	position:absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 25px;
	z-index: 1;
}
div#jentsch {
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	top: 45px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #CCCCCC;
	text-align: justify;
}
div#homepagecontent {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	top: 30px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
}
div#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #7D7D7D;
	text-align: center;
	text-decoration: none;
	margin: auto;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A3A3A3;
	background-color: #666666;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #FFFFFF;
}
a {
	font-weight: normal;
	color: #D8CECC;
	border-bottom: 1px dotted;
	text-decoration: none;
}
a:hover {
	background-color: #605F5F;
	text-decoration: none;
}
a:active {
	background-color: #ffc;
	text-decoration: underline;
}
img#sidebar {
	position: absolute;
	width: 55px;
	left: 0px;
	top: 25px;
}
img#gallery-text {
	position: absolute;
	z-index: 3;
	width: 148px;
	top: 0px;
	left: 700px;
	height: 25px;
}
.sales {
	font-size: 70%;
	position: relative;
	left: 10px;
}
#salespic a {
	background-color: none;
	text-decoration: none;
	border:none;
}
img#homepage {
	float:left;
	position:relative;
	top: 0px;
	left: 0px;
	width: 244px;
	padding:10px;
	margin:0px;
	border:0px;
}
div#hometext {
	text-align: justify;
	float:right;
	position:relative;
	font-size: .8em;
	width: 370px;
	right:25px;
	padding:0px;
	margin:0px;
	border:0px;
}
div#film {
	margin:auto; 
	padding:Opx;
	border:0px;
	width: 460px;
}
h1 { 	text-align:center }
h2 { text-align:center;
	margin:0px;
	padding:0px;
	border:0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

