body{
	margin-top:0;
	padding:0;
	background-image:url(../images/wall.jpg);
	background-color:#000000;
	font-size:12px;
	line-height:180%;
	color:#fff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}

a:link{color: #fff; text-decoration:none;}
a:visited{color:#fff;text-decoration:none;}
a:active{color:#fff;text-decoration:none;}
a:hover{color:#999;text-decoration: underline;}

.menu{
	width:500px;
	float:right;
	margin:10px;
}


.menu_bt{
	text-align:right;
	margin:0 10px 0 0;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:0.1em;
	font-family:Georgia, "Times New Roman", Times, serif;


	}
	
h1{
	margin:0 0 10px 0;
	padding:0;}
	
h2{
	font-size:14px;
	font-weight:bold;}
	
h3{
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #666;}

.menu_jk{

}

.container {
width:500px;
position:absolute;
left:50%;
margin:100px 0 30px -250px;

}

.info{
text-align:center;
}
.footer {
border-top:1px solid #666;
text-align:right;
margin:30px 0 30px 0;
padding-top:10px;
}
