/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
#container {
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 100%;
	width: 100%;
	min-width: 1010px;
	position: absolute;
}
#spacer { width: 1010px; height: 610px; }
* html #container {
	height: 100%;
}
#content-space{
	width: 1010px;
	height: 610px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -305px;
	margin-left: -505px;
}
