	/* styles for IE 5 Mac */
	#centerwrap {
		width:900px;
		height:500px;
		margin:0 auto;
		position:relative;
	}
	
	#centercontent {
		position:absolute;
		top:10px;
		left:10px;
		height:500px;
		width:900px;
	}
	/* commented backslash hack  - invisible to IE 5 \*/
	#centerwrap {
		position:absolute;
		margin:-250px 0 0 -450px;
		left:50%;
		top:50%;
	}
	/* end hack */