body
{
    background-color: #000;  
    background: url(img/dark_wood_texture.jpg);    
    margin: auto;
}

.headpage{
	display: inline-block;
	width: 100%;	
	margin-top: 50px;
	text-align: center;	
}

.logo{
	margin-bottom: 20px;

}
.under {
	font-family: sans-serif;
	color: #fff;
	font-size: 37px;
	margin-bottom: 20px;
}

.line{
	margin-top: 20px;
}

.thin {
    margin-bottom: 0;
}

.line3{
	margin-top: -50px;
}

.icon2 {
	display: inline-block;
	height: 47px;
	width: 47px;
	margin: 30px 10px;
	border: 0px;	
    overflow:hidden;

}

.icon2:hover img{
	margin-top: -47px;
	cursor: pointer;
	border: 0px;
}

.footerss{
	display: inline-block;
	width: 100%;
	height: 80px;	
	text-align: center;		
}

.rights{
	width: 100%;
	height: 30px;
	color: #646464;
	font-family: sans-serif;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
}

#featured { 
	width: 854px; 
	height: 400px; 
	background: #009cff url('orbit/loading.gif') no-repeat center center; 
	overflow: hidden; 
	margin: auto; 
	margin-top:120px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	/*box-shadow: none;*/
	border: 4px solid #fff;
} 

.logo_small{
	float: left;
	margin-right: 30px;
}

.menu0{
	margin-top: 20px;
	width: 100%;
	height: 47px;
	text-align: center;
}

.menu {	
	height: 100px;
	display: inline-block;
	text-align: center;	
}

.menu1 {
	display: inline-block;	
	float: left;
	height: 100px;
	margin-top: 40px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.menu a {
	text-decoration: none;
	color: #fff;
	font-family: sans-serif;
	font-size: 20px;
	text-align: center;
}

.menu a:hover, #current a {
	text-decoration: none;
	color: #cca56a;
}

.dot {
	margin-top: 44px;
	float: left;
	height: 47px;
	margin-right: 5px;
	margin-left: 5px;
}
.decor{
	border-bottom: 1px #5d5d5d solid;
	border-top: 1px #5d5d5d solid;
	height: 40px;
	width: 900px;
	margin-top: -71px;
	margin: auto;
	position: relative;
}

.postertab{
	width: 350px;
	height: 800px;
	margin: auto;
	display: block;
	border: 1px #fff solid;

}	
.posters {
	height: 696px;
	width: 238px;
	position: relative;
	float: left;
	margin: auto;
	display: inline-block;
}

/*для формы отправки*/
/*.formatab{
	margin: auto;
	width: 580px;
	height: 700px;
	display: block;	
}*/


/*для постера и текста*/
.formatab{
	margin: auto;
	width: 700px;	
	display: block;	
	color: #dfdfdf;
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	font-family: sans-serif;
}

.formatab.main-page {
    text-align: center;
}
.tittlebat{
	color: #cba76a;
}

.formatabimg{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.formatabimg.main-page_image {
    float: unset;
}

.mailcolor{
	color: #cca56a;
	text-decoration: none;
}

.mailcolor:hover{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.artist{
	color: #aaa;
	font-family: sans-serif;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	line-height: 30px;
}

.namepage{
	color: #fff;
	font-family: sans-serif;
	margin: auto;
	text-align: center;
	margin-top: 30px;
}

.artname{
	font-size: 25px;
	color: #cca56a;
	text-decoration: none;
}

.artname:hover{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a, a:visited {	
	text-decoration: none;
	outline:none;
}

a:hover{
	text-decoration: none;
}

.contact{
	color: #aaa;
	font-family: sans-serif;
	margin: auto;
	margin-top: 20px;
	text-align: left;
	line-height: 25px;
}

.artname2{
	color: #cca56a;
	text-decoration: none;
}

.artname2:hover{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.margin-top {
    margin-top: 1.5em;
}

.align {
    vertical-align: top;
}


