@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #000;
}

nav, #imgdisplay {
	position:absolute;
	top: 19px;
}

nav {
	left: 43px;
	width: 300px;
	height: 500px;
	background-color:#666666;
}

#imgdisplay { left: 400px; }

#display {
	position:absolute;
	top: 347px;
	left: 400px;
	width: 352px;
	height: 217px;
	text-align:center;
	padding: 10px 10px 10px 10px;
	background-color:#006;
	overflow: auto;
}
#trailer {
	position:absolute;
	top: 19px;
	left: 610px;
	width:560px;
	height:315px;
}
