/* CSS Document */

html, body {
	background-color:#000000;
	 height: 100%;
	 min-height:400px;
	 width:100%;
	 min-width:750px;
     margin: 0;
     padding: 0;
}
#outerShell {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	background-color: #000000;
	height: 1px;
	display: block;
}
#contentShell {
	background-color: #000000;
	margin-left: -384px;
	position: absolute;
	top: -200px;
	left: 50%;
	width: 768px;
}
#content {text-align:center;}