/* hide from ie on mac \*/
html {
}

#content {
	text-align: center;
	margin-top: 0px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	width: 800px;
	height: 600px;
	visibility: visible
}
/* end hide */

body {
	margin: 0;
	padding: 0;
	background-color: #B3BAC2;
}
