body {
	background-color:#fff;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* because IE can't center for shit */
}

#container {
	position: relative;
	top: 50px;
	min-width: 600px;
	width: 80%;
	margin: 0px auto;
	border: 3px solid #000000;
	text-align:left;
}

#topbar {
	background-image: url("topbar.png");
	background-repeat: repeat-x;
	position: relative;
	z-index:0;
}

#menu {
	position: absolute;
	top: 88px;
	left: 140px;
	z-index:0;
}

#menu a {
	font-weight: bold; 
	text-decoration: none;
	color: #fff;
}


#menu_about {
	width:100px;
	background-color: #ffae00;
	text-align:center;
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu_about:hover {
	background-color: #ff0000;
}

#menu_trailer {
	width:100px;
	background-color: #ffae00;
	text-align:center;
	position: absolute;
	top: 0px;
	left: 103px;
}

#menu_trailer:hover {
	background-color: #ff0000;
}

#menu_dvd {
	width:100px;
	background-color: #ffae00;
	text-align:center;
	position: absolute;
	top: 0px;
	left: 206px;
}

#menu_dvd:hover {
	background-color: #ff0000;
}

#menu_store {
	width:100px;
	background-color: #ffae00;
	text-align:center;
	position: absolute;
	top: 0px;
	left: 309px;
}

#menu_store:hover {
	background-color: #ff0000;
}

#menu_blank {
	width:50px;
	background-color: #ffae00;
	text-align:center;
	position: absolute;
	top: 0px;
	left: -53px;
}

#contentblock {
	position: relative;
	top: -50px;
	left: 20px;
	width: 95%;
}

#textblock {
	position: relative;
	width: 80%;
}

#copyright {
	text-align:center;
	position: absolute;
	bottom: -18px;
	font-size: 7pt;
}

IMG.moviebadge {
	position: relative;
	top: -60px;
	left: -60px;
	z-index:2;
}

IMG.topbar_text {
	position: absolute;
	top: 0;
	left: 160px;
	z-index:1;
}

IMG.capitalletter {
	float: left;
	padding: 3px;
}