body {
	background-color: #ffffff;
	margin: 0;
}
#outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#inner {
	width: 960px;
	height: 550px;
	margin-left: -480px;
	position: absolute;
	top: -275px;
	left: 50%;
}
#content {
	margin-left: -480px;
	top: -275px;
	left: 50%;
	width: 900px;
	height: 500px;
	position: absolute;
	color: #3A3A3A;
	overflow: hidden;
}
#content h1 { font-size: 14px; margin: 0; }
#content h2 { font-size: 12px; margin: 0; }
#content p { font-size: 10px; margin: 0; }

