#filmstrip{
	position : absolute;
	top : 50%;
	width : 99%;
	height : 514px;
	margin-top: -257px;
	background-color : black;
	z-index : 0;
}
#filmtop{
	position : absolute;
	width : 100%;
	height : 55px;
	background-image: url(im/filmtop.png);
	background-repeat: repeat-x;
}
#filmbot{
	position : absolute;
	top : 100%;
	margin-top: -55px;
	width : 100%;
	height : 55px;
	background-image: url(im/filmbot.png);
	background-repeat: repeat-x;
}
#container{
  position : absolute;
  top : 60px;
  left : 50%;
  width : 750px;
  height : 400px;
  margin-left: -375px;
  color : white;
  z-index : 0;
}

#menu{
	position : absolute;
	top : 10px;
	left : 0px;
	width : 150px;
	height : 370px;
	background-color : transparent;
	z-index: 10;
	display: compact;
}

#content{
	position : absolute;
	top : 10px;
	left : 220px;
	margin-right : 10px;
	height : 370px;
	width: 500px;
	padding-top : 10px;
	padding-left : 20px;
	border-left : dashed 1px silver;
	z-index: 50;
	overflow: auto;
}
#content p{
  line-height : 140%;
  font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 12px;
}
#content a{
  text-decoration : none;
  color : #ca9090;
}
#content a:hover{
  color : #B42929;
  text-decoration : none;
}
#botom{
	position : absolute;
	top : 50%;
	margin-top: 260px;
	width : 99%;
	height : 15px;
	text-align: center;
}
#botom a{
  text-decoration : none;
  color : #dd7777;
}
#botom a:hover{
  color : #803030;
  text-decoration : none;
}
.indexspot {
	text-align: left;
	padding-top: 30px;
}
.indexme {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-top: 15px;
}
.indexme a{
  text-decoration : none;
  color : #ffffff;
}
.indexme hover{
	text-decoration : none;
	color : #bbbbbb;
}
.headline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	height: 35px;
	letter-spacing: 2px;
}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 2px;
	height: 17px;
}
.botomtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.speed{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #CCCCCC;
}

