body {
	background-color: #000000;
}

div.main {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -390px;
}

div.header {
	background-image: url(images/header.png);
	width: 790px;
	height: 235px;
	background-repeat: no-repeat;
}

div.middle {
	background-image: url(images/middle.png);
	width: 790px;
	height: 450px;
	background-repeat: repeat-y;
}

div.navigation {
	padding: 7px 10px 5px 10px;
	position: absolute;
	left: 30px;
	height: 19px;
	width: 116px; 
}

a.navigation {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: sans-serif;
}

div.footer {
	background-image: url(images/footer.png);
	width: 790px;
	height: 23px;
	background-repeat: no-repeat;
	padding-right: 10px;
	text-align: center;
	padding-top: 17px;
}

p.copyright {
	margin: 0px;
	font-family: sans-serif;
	padding: 0px;
	color: #ffffff;
	font-size: 10px;
}

a.copyright {
	color: #ffffff;
	font-size: 10px;
	font-family: sans-serif;
}

div.watermark {
	position: absolute;
	bottom: 30px;
	right: 35px;
	width: 538px;
	height: 264px;
	background-image: url(images/watermark.png);
}

div.content {
	position: absolute;
	top: 230px;
	left: 190px;
	width: 560px;
	height: 460px;
	overflow: auto;
}

p.content {
	color: #000000;
	font-size: 12px;
	font-family: sans-serif;
	margin: 0px;
	min-height: 10px;
}

a.content {
	color: #000000;
}
