body {
	text-align: center; 
	background-image: url(../library/bkgstripe.gif); 
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #cccccc;
	}

a {
	color: #eeeeee;
	}

div.vertbar {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 15px; 
	height: 448px; 
	border: 1px solid #000000; 
	background-image: url(../library/main_grad_u.gif);
	}

div.button {
	position: absolute; 
	top: 220px; 
	left: 8px; 
	width: 116px; 
	height: 23px; 
	background-image: url(../library/button.gif); 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
	padding-top: 5px;
	text-decoration: none;	
}

div.letterbox {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 54px; 
	background-color: #000000;
	}

div.subtitle {
	position: relative; 
	border-bottom: 1px solid #cccccc; 
	color: #dddddd; 
	text-align: left;
	font-weight: bold;
	}

div.moviedetail {
	position: absolute; 
	left: 330px; 
	top: 50px; 
	height: 275px; 
	width: 255px; 
	text-align: justify; 
	overflow: auto; 
	padding-right: 10px; 
	visibility: hidden;
	}

#main {
	position: relative; 
	width: 760px; 
	height: 450px; 
	background-color: #444444;
	}

#maintitle {
	position: relative; 
	top: 10px; 
	width: 100%; 
	text-align: left; 
	color: #ffffff; 
	font-size: 16px; 
	font-weight: 900; 
	border-bottom: 1px solid #ffffff;
	}

#buttandlogo {
	position: absolute; 
	top: 0px; 
	left: 10px; 
	width: 110px; 
	height: 448px; 
	border: 1px solid #000000; 
	background-image: url(../library/main_grad_d.gif)
	}

#content {
	position: absolute; 
	top: 50px; 
	left: 145px; 
	width: 585px; 
	height: 342px;
	}
	
#movie_pic {
	position: absolute; 
	left: 0px; 
	top: 50px;
	}
	
#movie_menu {
	position: absolute; 
	left: 205px; 
	top: 50px; 
	height: 275px; 
	font-weight: bold; 
	text-align: right; 
	padding-right: 8px; 
	border-right: 2px dotted #dddddd;
	}
	


