body{
	font-family: 'Courier New', 'Courier', monospace;
	background: #013039 url(../css/4.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

h1{
     padding:0;
	 color: #b1f9f5;
	 font-size:28px;
	 text-align:center;
	 margin:20px 0;
text-shadow: #9b8e1e 0px 0px 10px, #9b8e1e 0px 0px 30px, #9b8e1e 0px 0px 75px, 2px 2px 2px rgba(206,89,55,0);
}

p{
     color:#20B2AA;
     text-align:center;
	 font-size:10px;
	 font-weight:normal;
}

.domoy {
	font-family:Impact	sans-serif;
	margin-left: 50px;
	position: fixed;
	z-index: 101;
    padding-right:14px;
    color: #f366f8;
	text-align: center;
	font-size:22px;
	font-weight:bold;
    text-shadow: #fff -1px -1px 0, #333 1px 1px 0;
}

#container {
     margin: auto auto;
     text-align: center;
     width: 90%;
}

.thumbs{
	background: #013039 url(../css/vv.jpg);
	width:90%;
	margin:60px auto 35px;
	text-align:center;
}

.thumbs img{
	width:90px;
	height:90px;
}

.thumbs a{
	display:inline-block;
	margin: 6px 6px;
	opacity: 0.8;
}

.thumbs a:hover{
	opacity: 1;
}

a {
  text-decoration: none;
}

.img_sunduk {
	border: 1px solid #000000;
	border-style: outset;
	border-radius: 12px;
}

/* рамка иконки*/
img {
	border: 2px solid #FF8C00;
	border-style: outset;
	border-radius: 12px;
}

.menu a{
	font-size:22px;
	font-weight:bold;
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #eaf698;
	display: inline-block;
	opacity: 1.0;
	background: rgba(255,255,255,0.1);	
}

.menu a:hover{
	color: #000080;
	background: rgba(255,215,0,0.8);
	opacity: 0.5;
}

#toTop {
width:30px;
position:fixed;
bottom:10px;
right:30px;
cursor:pointer;
display:none;
}