body{
	background-color:#000000;
	}

#header{
	position:absolute;
	top:20px;
	left:0px;
	height:213px;
	width:100%;
	background-image:url('../images/stripebg.jpg');
	background-repeat:repeat-x;
	}

#logo{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	width:640px;
	}

#main{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:233px;
	width:640px;
	height:70%;
	background-color:#0c0f0f;
	clear: both;
	}
	
#menu{
	position:relative;
	top:10px;
	left:70px;
	width:503px;
	}
	
#poster{
	position:relative;
	top:30px;
	left:80px;
	width:485px;
	}
	
.text{
	text-align:center;
	font-family:Verdana, Arial, san-serif;
	font-size:10px;
	color:#ffffff;
	}