#display {
    position: absolute;
    top: 28%;
    left: 5%;
    height: 57%;
    width: 90%;
    border: 1px solid #ffffff;
    background-position: left bottom;
    background-repeat: repeat-x;
    vertical-align: middle;
    /*overflow: auto;*/
	}
#logo {
    position: absolute;
    top: 0%;
    right: 5%;
    height: 173px;
    width: 211px;
    border: 0px;
    padding: 0px;
	}
#filmstrip {
    position: absolute;
    bottom: 0%;
    left: 1%;
    height: 10%;
    width: 98%;
    border: 0px;
    padding: 0px;
    background-position: left top;
    background-repeat: repeat-x;
	}
#frame1 {
	position: absolute; 
	width: 80%; 
	height: 100%; 
	left: 20%; 
	top: 0%; 
	border: 0px solid #ffff00; 
	marginwidth: 0px;
	}

table {
    border-collapse: separate;
    table-layout: fixed;
    margin: 0 px;
    border: 0 px;
    padding: 0 px;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    }

table.menu {
    border-collapse: collapse;
    position: absolute; 
    left: 0%; 
    top: 10%; 
    width: 20%; 
    height: 80%; 
    font-family: verdana, sans-serif; 
    font-size: 11px;    
    padding: 10px;
	}
table.content {
    width: 100%;
    border-collapse: collapse;
    }

col.menu {width: 20%;}

img {border: 0 px;}

a { 
	color: #333333; 
	text-decoration: underline; 
	padding: 1px;
	}
a:hover { 
	color: #F86566; 
	text-decoration: none; 
	border: 1px dotted black; 
	padding: 2px;
	}
