/* CSS Document */

body {
	background-color: #1A1B1C;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	background-image: url(images/fon.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	text-decoration: underline;
	color: #E8B8A1;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#cont {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/m_fon.jpg);
	background-repeat: repeat-y;
}
#cont2 {
	background-image: url(images/m_fon_down.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 217px;
}
#left {
	float: right;
	height: 450px;
	width: 155px;
}
#right {
	float: right;
	width: 635px;
	background-image: url(images/sad_fon.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#down {
	background-image: url(images/m_down.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 21px;
}
#footer {
	clear: both;
	height: 50px;
}
#sadarzanie {
	height: 425px;
	padding-right: 27px;
	padding-left: 15px;
}
.title {
	font-size: 13px;
	font-weight: bold;
}
.time {
	color: #FF6699;
}
