* {
	padding:0;
	margin:0;
}
body * {
	padding:0;
	margin:0;
}

a img,:link img,:visited img { border:none }
a { text-decoration:none }
a:link 		{ color: #aaaaaa; }
a:visited	{ color: #aaaaaa; }
a:hover		{ color: #ffffff; }
a:active	{ color: #ffffff; }
	
body {
	color: #fff;
	background-color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
}

table.frame {
	width: 100%;
	height: 100%;
}

td.frame {
	vertical-align: middle;
	text-align: center;
}

div.container {
	/* border: 1px solid #FFF; */
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 600px;
}

div#homeMovieBox {
	position: absolute;
	top: 200px; left: 45px;
	width: 560px; height: 120px;
}
div.homeMovies {
	cursor: pointer;
	margin-right: 20px;
	position: relative;
	float: left;
	width: 160; height: 120;
}

#content {
	position: absolute; top: 0px; left: 0px;
	width: 610px;
	height: 540px;
	border-right: .2em solid #fff;
	border-bottom: .2em solid #fff;
	background-image: url(./myimages/background.gif);
	background-position: center;
	background-repeat: repeat-y;
}
#content h1 {
	font-family: Courier;
	color: #78481D;
	background-color: transparent;
	letter-spacing: .5em;
	text-align: center;
	font-size: 1.5em;
}
#content #box {
	position: absolute; top: 0px; left: 0px;
	width: 545px;
	height: 537px;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.3em; 
	letter-spacing: .1em;
	/* border: 1px solid #fff; */
}

#content #scrollbar {
	position:absolute; top: 130px; left: 560px;
	width: 17px;
	height: 280px;
	z-index:1;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding: 0px;
}
#content #up { position:absolute; left:0; top:0; padding: 1px;}
#content #down { position:absolute; left:0; bottom:0; padding: 1px;}
.arrow {
	padding: 0px;
	border: 0px;
	width: 14px;
	height: 16px;
}

div#middlebox {
	position:absolute;
	visibility:hidden;
	z-index: 10;
	background-color: transparent;
}

#right {
	position: absolute; top: 0px; left: 590px;
	padding-left: 3px;
	width: 290px;
	height: 540px;
	color: #fff;
	border-bottom: .2em solid #fff;
}
#linkbox {
	position: absolute; bottom: 0px;
	z-index: 10;
	width: 200px;
	padding-left: 50px;
	padding-bottom: 2em;
}
#links {
	width: 200px;
}
#links td {
	cursor: pointer;
	font-size: 10px;
	line-height: 1.2em;
	letter-spacing: .1em;
	border-top: .15em dashed #fff;
	padding-left: 1em;
	padding-top: .8em;
	padding-bottom: .8em;
}
#links .btm {
	border: 0px;
	border-top: .15em dashed #fff;
	border-bottom: .15em dashed #fff;
}
#links .HL {
	border: .2em solid #fff;
	background-color: #666;
	letter-spacing: .3em;
}
#links .HLbtm {
	border: 0px;
}
#movie {
	margin: auto;
	padding-bottom: 20px; padding-top: 20px;
	width: 150px;
	height: 150px;
	z-index: 0;
	background-color: #000000;
	/*border: 1px solid #FFF;*/
}

#footer {
	position: absolute; top: 540px; left: 0px;
	width: 900px;
	height: 60px;
	font-size: 10px;
	letter-spacing: 1px;
	/* font-family: Courier; */
}

#logo {
	position: absolute; right: 0px; bottom: 0px;
	width: 150px;
	height: 150px;
	z-index: 11;
	background-color: transparent;
	background-image: url(./myimages/SkullLogo.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#player { padding-left: 25px; }
#tophalf { position: absolute; left: 0px; top: 0px; height: 250px; width: 660px; z-index: 0; border: 1px solid #FFF; }
#homeBox { 
	padding-top: 5em;
	text-align: left;
	line-height: 1.6em;
	font-size: 1em;
	}
#homeBox li { 
	text-indent: 1.5em;
	text-align: left;
}