body {
    font: 11px Verdana,Tahoma,georgia;
    background: #000000;
    margin: 10px;
    padding: 0;
    text-align: center;
}

body a {
    color: #ffffff;
}

body a:visited {

}


/* STRUCTURE */

div#main {
    border: 1px solid #ffffff;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 900px;
    height: 750px;
    position: relative;
    left: 0px;
    top: 0px;
}

div#menu {
   color: #ffffff;
   width: 200px;
   position: relative;
   top: 15px;
   left: 20px;
}

.menuitem {
    color: #ffffff;
	margin-left: 15px;
}

.menuheader {
    margin: 40px 0px 0px 0px;	
    font: 18px Verdana,Tahoma,georgia;
    font-weight: bold;
}


div#content {
    font: 14px Verdana,Tahoma,georgia;	
    color: #ffffff;
    position:relative;
    left:150px;
    /* adhust this one to shift up */
    top:-460px;
    width: 700px;
}

div#film_strip {
	position: relative;
	width: 650px;
	left:150px;
	top: -425px;	
}
img.strip {
	height: 96;
	border: 1px solid #FFFFFF; 
	margin-left: 4px;	
}