body {
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
    }
	img { border: none; } 
	a {color:red; text-decoration:none;}
	a:hover {text-decoration:none;}
	
	#Content {
	width:1000px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	}
	
	#posterbox {
	float:left;
	width:300px;
	margin-left:25px;
	}
	
	#spacer {
	width:1000px;
	float:left;
	height:20px;
	}
	
	#headerbox {
	float:left;
	width:1000px;
	height:150px;
	}
	
	#footerbox {
	float:left;
	width:1000px;
	}

	
