body {
	background: #0000FF url('../img/background.png') no-repeat scroll top left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-color: #FFF;
}

h1, h2, h3, h4, h5, h6, p, blockquote {
	font-color: #FFFFFF;
}

#outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#inner {
	width: 800px;
	height: 500px;
	margin-left: -400px;
	/***  width / 2   ***/
	position: absolute;
	top: -300px;
	/***  height / 2   ***/
	left: 50%;
}

#inner div {
	position: relative;
	top: -100px;
}