body {
	margin: 0px;
	background-color: #ffffff;
}


#wrapper {
	text-align: center;
	width:100%;
	height:460px;
	/* commented backslash hack.  macIE5 needs to ignore the following rule. Web design hurts my head\*/
	margin-top: -250px;
/* End IE5-Mac hack */ 
	margin-left: 0px;
	position: absolute;
	top: 50%;
	left: 0px;
		}

#middle {
	margin: auto;
	width:780px;
	height:460px;
	text-align: center;
		}