@charset "windows-1251";
/* CSS Document */
html, body {
	height: 100%;
	margin:0;
	padding:0;
	background:#d7d7d7;
}

#block{
	width:960px;
	min-height:100%;
	margin:0 auto;
	background:url(image/1.jpg) right center no-repeat;
}
#header{
	position:relative;
	height:100px;
	border-bottom:1px solid #666;
}
.logo{
	position:absolute;
	left:330px;
	top:10px;
}
#kontakti{
	position:absolute;
	right:0px;
	top:0px;
}
#content{
	width:580px;
	padding:10px;
	min-height:150px;
	float:left;
}
#sidebar{
	float:right;	
	width:360px;
	min-height:150px;
}
#clear{ clear:both; height:1px;}
#rasporka{
	height:100px;
}
#footer{
	width:100%;
	height:100px;
	margin:-100px auto 0;
	background:#323232;
}
.footer{
	position:relative;
	height:100px;
	width:960px;
	margin:0 auto;
}
.footerleft{
        position: absolute;
        width: 50%;
        height: 100%;
        left: 0;
}
.footercenter{
        position: absolute;
        width: 35%;
        height: 100%;
        left: 50%;
        border-left: 1px dotted #666666;
        border-right: 1px dotted #666666;
}
.footer-info{
        color: #CCCCCC;
        font: 12px Verdana,Geneva,sans-serif;
        padding: 15px 10px;
}
.footerright{
        position: absolute;
        width: 15%;
        height: 100%;
        right: 0;
}
.tecama{
        position: absolute;
        left: 0;
        top: 24%;
}
.counter{
        position: absolute;
        right: 0;
        top: 35%;
}
.sharebuttons{
        position: absolute;
        top: 30%;
        right: 20%;
        padding: 5px;
        width: 155px;
  overflow: hidden;
}