html {
	background:#1a0033 url(../images/bg2.jpg) center;
	content:center
	}
body {
	width:800px;
	/*height:700px;*/
	margin:0 auto;
	}
a:link , :visited {
	color:#005252;
	text-decoration:none;
	}
a:hover {
	color:#fff;
	text-decoration:none;
	}
/*a.nav:link , .nav:visited {
	font:normal bold 24pt sans-serif;
	color:#fff;
	text-decoration:none;
	}
a.nav:hover {
	color:#A27467;
	text-decoration:none;
	}*/
div.content {
	margin:0px 0px 0px 0px;
	width:800px;
	height:600px;
	text-align:center;
	/*background:url(../images/cover.jpg) no-repeat;*/
	}
div.nav {
	padding:250px 0px 0px 150px;
	}
div.footer {
	clear:both;
	width:800px;
	height:85px;
	padding-top:15px;
	color:#fff;
	font:italic bold 8pt sans-serif;
	background:#1A0033 url(../images/footer.jpg) repeat-x;
	text-align:right;
	}