html, body {
	color: #d0cbdb;
	background: #000000;
	font-size: 9px;
	font-family: Arial, Verdana;
	height: 100%;
	text-align: center;
}

div#header {
	position: absolute;
	top: 0px;
	left: 320px;
	width: 649px;
	height: 343px;
	z-index: 10;
}

div#logo {
	position: absolute;
	z-index: 10;
	top: 40px;
	left: 120px;
}

div#navigation {
	position: absolute;
	top: 188px;
	left: 123px;
}

div#footer {
	position: absolute;
	z-index: 10;
	bottom: 0px;
	left: 0px;
	width: 673px;
	height: 60px;
}

div#copyright {
	position: absolute;
	left: 480px;
	bottom: 20px;
	font-size: 8px;
	color: #d1c0d4;
	letter-spacing: 1px;
}

div#content-left {
	position:absolute;
	z-index: 10;
	top: 380px;
	left: 260px;
	width: 265px;
	font-size: 11px;
	line-height: 1.35em;
}

div#content-right {
	position:absolute;
	z-index: 10;
	top: 380px;
	left: 560px;
	width: 265px;
	font-size: 11px;
	line-height: 1.35em;
}

div#intro-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	text-align: center;
	margin: -150px 0 0 -150px;
}
