body {
	background-color: #191919;
	color: white;
	font: 14.0px palatino linotype;
	margin: 0px 0px 0px 0px;
}
a:link {color: gold;}
a:visited {color: gold;}
a:hover {color: gold}
a:active {color: gold}

div#top{
	height: 150px;
	background-image: url(../images/head.jpg);
	background-position: center;
	background-repeat:repeat-x;
}

div#main{
	position: relative;    z-index: 1;
	width: 698px;
	height: 535px;
	margin-left:auto; 
	margin-right:auto;
	margin-top: 28px;
	background-image: url(../images/main.jpg);
	background-repeat:no-repeat;
}
div#menu{
	width: 678px;
	height: 38px;
	position: absolute;
	margin:0px 0px 0px 10px;
}
div#contentt{
	width: 678px;
	height: 222px;
	position: absolute;
	margin:39px 0px 0px 10px;
}
div#contentb{
	width: 678px;
	height: 239px;
	margin-top: 260px;
	position: absolute;
	margin-left: 10px;
}
div#footer{
	width: 550px;
	height: 42px;
	margin-left:auto; 
	margin-right:auto;
	margin-top: 0px;
}
div#bg{
    z-index: 0;
	position: absolute;
	width: 100%;
	height: 306px;
	margin-top: 150px;
	background-image: url(../images/bggrad.jpg);
	background-repeat:repeat-x;
}div#dt{
	position: relative;
	z-index: 2;
	font: bold 10.0px garamond;
	color: grey;
	margin-left:auto;
	margin-right:auto;
	margin-top:-30px;
	margin-bottom:30px;
	width: 670px;
	text-align: right;
}