body {
	background: #fff;
	color: #000;
}
#container {
	width: 990px;
	height: 710px;
	margin: 0 auto;
	text-align: center;
}

/* hide what's below from iemac \*/

#container { 	
	position:absolute;
	width: 990px;
	height: 710px; 
	margin:-355px 0px 0px -495px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	background:#fff;
}

/* end hiding */