body {
	text-align: center;
	background-color:#FDFAEE;
}

#content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: px;
	height: px;
	margin-top: -400px;
	margin-left: -600px;
	visibility: inherit;
/*	margin: 50% auto; */
}

