body, html {
background: url(../images/bodyback.png) no-repeat top center #FFF;
text-align:center;
height:100%;
margin:0;
padding:0;
}

/*---------------------------------------------
               ОСНОВНОЙ КОНТЕЙНЕР
---------------------------------------------*/

#main-container{
margin:0 auto;
text-align:left;
min-height:100%;
width:1000px;
}
* html #main-container{height:100%;}

/***************** Шапка сайта */
#header{
position:relative;
height:240px;
background: url(../images/logo2.png) left bottom no-repeat;
background-position: 0px 0px;
}
#header a.logo {
width: 710px;
position:absolute;
left: 0px;
top: 10px;
margin: 0;
padding: 0;
text-decoration:none;
}

#header .logo img{position: relative;
top: 110px;}
/************************** Хлебные крошки */
.pathway {
	border-bottom:1px dotted #666;
	margin:0 0 10px;
	padding:0 0 5px;	
	font-size:11px;
}

/***************** Модульная позиция - TOP */
#top {
	margin:15px 0;
	overflow:hidden
}

/***************** Левая колонка */
#left{
padding:0px;
float:left;
line-height:normal;
width:255px;
}

/***************** Правая колонка */
#right{
padding:0px;
float:right;
line-height:normal;
width:255px;
}

/***************** Стили блока основного содержания */
#both{
margin:0 220px;
padding: 0 35px;
}
#only_left {
margin:0 0 0 220px;
padding:0 15px;
}
#only_right {
margin:0 220px 0 0;
padding:0 15px;
}
#no_sides {
margin: 0 20px 0 30px;
padding:0 10px}

/***************** Модульная позиция - BOTTOM */
#bottom {
	margin:15px 0;
	overflow:hidden
}

/***************** Clear block and Rasporka */
#clear{
height:0;
font-size:1px;
line-height:0px;
clear:both;
}
#rasporka {height:180px; margin:20px 0 0}


/*---------------------------------------------
                  ПОДВАЛ САЙТА 
---------------------------------------------*/
#foot{
background: url(/templates/kino/images/foot.png) left bottom repeat-x;
}

#footer{
background: url(/templates/kino/images/stul.png) left bottom no-repeat;
position:relative;
height:180px;
font-family:Tahoma;
font-size:11px;
margin:-180px auto 0;
width:1000px
}
#footer p{ margin:0;}
/************************************ Счетчики */
#footer .copyright {
	position: absolute;
	left: 210px;
	top: 140px;
	font:12px Tahoma;
	color:#FFF;
}
#footer .copyright a {color:#FFF; text-decoration: none;}
table.counters {
	position:absolute;
	right:0;
	bottom:10px;
}
.counters td {padding:0 3px}
.tecama {
width: 110px;
position: absolute;
left: 230px;
top: 60px;
}

/************************************ Модуля */
#left .module,
#right .module {
	margin:0 0 15px;
}
#left .moduletitle,
#right .moduletitle {
	font-size:18px;
	text-align:center;
	margin:0 0 10px
}
#left .modulebody,
#right .modulebody {}

.opisanie{width: 160px !important;}