@charset "utf-8";
body{
	background-color:#000000;
	background-image: url(../images/damask.jpg);
}
.logo {
	width: 550px;
	height: 365px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: -275px;
}
.menu {
	text-align: center;
	position: absolute;
	height: 25px;
	top: 60%;
	width: 500px;
	margin-top: 130px;
	margin-left: -250px;
	left: 50%;
}
.menu  a, .menu{
	color: #999999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;

}
.menu  a:hover{
	color: #C69500;

}
.copyright {
	text-align: center;
	position: absolute;
	top: 60%;
	margin-left: -275px;
	width: 550px;
	left: 50%;
	margin-top: 180px;
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
