@charset "windows-1251";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
}
.bgt_index {
	background-image: url(img/index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgt_press {
	background-image: url(img/press.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgt_video {
	background-image: url(img/video.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgt_project {
	background-image: url(img/project.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgt_photo {
	background-image: url(img/photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgt_muz {
	background-image: url(img/music.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgt_concert {
	background-image: url(img/concert.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgt_contact {
	background-image: url(img/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.men {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D20402;
	word-spacing: 10px;
}
.con {
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.anons {
	font-size: 20px;
	font-weight: bold;
	color: #D20402;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 100px;
}

a:link {
	color: #D20402;
	text-decoration: none; }

a:visited {
	color:#D20402;
	text-decoration: none; }
	
a:active {
	color: #000000;
	text-decoration: none; }

a:hover {
	color: #D20402;
	text-decoration: underline;
	text-shadow: #999999; }

