body {
	padding:0;
	margin:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color:#212121;
	height:100%;
}
html {
	height: 100%;
	}
.empty {
	font-size:10px;
}
.bgr_1 {
	background-image: url(bgr_1.gif);
	background-repeat: repeat;
	background-position: center top;
}
.bgr_2 {
	background-image: url(bgr_2.gif);
	background-repeat: repeat;
	background-position: center top;
}
.bgr_3 {
	background-image: url(bgr_3.gif);
	background-repeat: repeat;
	background-position: center top;
}
.bgr_4 {
	background-image: url(bgr_4.gif);
	background-repeat: repeat;
	background-position: center top;
}
.contacts {
	color:#cccccc;
	font-size:11px;
	text-align:center;
	height:30px;
}
.contacts a {
	color:#cccccc;
	text-decoration:underline;
}
.contacts a:hover {
	color:#cccccc;
	text-decoration:none;
}
.bgr_black {
	background-color: #000000;
	background-image: url(bgr_black.jpg);
	background-repeat: repeat-x;
	height: 600px;
}
.bgr_black_top {
	background-image: url(bgr_black_top.jpg);
	background-repeat: repeat-x;
	height: 98px;
}
.bgr_black_bottom {
	background-image: url(bgr_black_bottom.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
.line {
	background-image: url(line.gif);
	background-repeat: repeat-x;
	height:1px;
	font-size:1px;
}
.menu {
	color:#ffcc00;
	font-size:17px;
	text-align:center;
}
.menu a {
	color:#4d4d4d;
	text-decoration:none;
}
.menu a:hover {
	color:#ffcc00;
	text-decoration:none;
}
.button_right {
	background-image: url(button_right.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
	width:35px;
	height:35px;
}
.button_left {
	background-image: url(button_left.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
	width:35px;
	height:35px;
}
.photo img {
	border: 1px solid #333333;
}