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

	 
* {
	margin: 0;
	padding: 0;
	}
body {
	background-color:#000000;
	margin: 5px 0 0 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#topspace {	
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-top: 15px;
	}

a:link, a:active, a:visited {
	color: white;
	text-decoration:underline;
	}
a:hover {
	color: #999999;
	} 	
#wrapper {
	position: relative;
	width: 1200px;
	height: 767px;
	margin: 0 auto;
	background-image: url(../_images/background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}
#header {
	width: 1200px;
	height: 35px;
	margin: 0px auto;
	position: relative;
	z-index: 9998;
	}
#content {
	width: 500px;
	height: 400px;
	margin-top: 80px;
	padding: 30px 30px 100px 280px;
	overflow-y:auto;
	font-family: Arial, Helvetica, sans-serif;
	}
#content_home {
	width: 1200px;
	height: auto;
	}	
#footer {
	width: 1200px;
	height: 40px;
	}
p {
	color: white;
	font-size: 90%;
	padding-bottom: 20px;
	line-height: 14px;
	}
p.text {
	color: white;
	font-size: 85%;
	padding-bottom: 20px;
	line-height: 18px;
	}	
p.textlarger {
	color: white;
	font-size: 85%;
	padding-bottom: 20px;
	line-height: 24px;
	}	
p.credit {
	padding-bottom: 0px;
	}
.evenlarger {
	font-size: 180%;
	font-weight:bold;
	}
.larger {
	font-size: 120%;
	}	
#navigation {
	position: relative;
	width:700px;
	height:32px;
	margin-left: 250px;
	}
		#navigation ul {
			margin: 0px;
			padding-top: 5px;
			}	
		#navigation li {
			text-align:left;
			color: #FFFFFF;
			margin: 0px 0px 0px 0px;
			padding: 5px 15px 5px 5px;
			display: inline;
			list-style-type: none;
			overflow: visible;
			font-size: 10px;
			text-transform: uppercase; 
			letter-spacing: 1px;
			font-weight: normal;
			line-height: 21px;
			}	
		#navigation a, #navigation a:visited {
			color: #FFFFFF;
			text-decoration: none;
			padding: 5px;
				}
		#navigation a.link:hover {
			padding: 5px;
			color: #000000;
			background-color:#ffffff;
			}
		#navigation a.dead {
			color: #523e38;
			text-decoration: none;
			}
		#navigation a.first {
			text-decoration:none;
			color: #000000;
			background-color:#ffffff;
			padding: 5px;
			}		
.trailer {
	margin: 115px 360px 0px 200px;
	}
img.tt {
	position: absolute;
	left: 335px;
	top: 115px;
	width: 442px;
	height: 431px;
	}
img.cb {
	position: absolute;
	left: 191px;
	top: 631px;
	}
.image_preview {
	margin: 40px 300px 20px 270px;
	padding-bottom: 20px;
	height: auto;
	width:auto;
	}
.image_preview img {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	}
img.icon {
	margin-right: 10px;
	padding: 3px;
	}
.date {
	font-size: 70%;
	color: #999999;
	text-transform:uppercase;
	}
#dvd {
	position: absolute;
	left: 256px;
	top: 170px;
	}
#amazon {
	position: absolute;
	left: 676px;
	top: 210px;
	}
#netflix {
	position: absolute;
	left: 677px;
	top: 270px;
	}
#message {
	position: absolute;
	left: 270px;
	top: 110px;
	font-size: 24px;
	}

