html { overflow-y: scroll; }
html, body, #canvas { height: 100%; }
body
{
    background: #fbfbf1;
    text-align: center;
}
#canvas
{
    position: relative;
	min-width: 1000px;
	max-width: 1256px;
	height:185px; /*полоска над меню - нужно убрать */
	margin: 0 auto;
	background: url(../images/gohxbumq.jpg) repeat-x left top;
	text-align: left;
}
.out1 { min-height: 100%; }
.out0
{
	padding-left: 264px; /* left column width */
	margin-right: 264px; /* right column width */
	padding-bottom: 165px; /* height footer + 5 + 35 */
}
.out0:after
{
    clear: left;
    display: block;
    visibility: hidden;
	content: 'X'; 
	height: 0;
}
.head
{
	margin-left: -264px; /* - left column width */
	margin-right: -264px; /* - right column width */
	height: 185px;  /* полоска между блоком и шапкой (без меню) */
	background: url(../images/zehedasqm.jpg) no-repeat left top;
}
.verirlinef { height: 0px; font-size: 0; line-height: 0; }
.center, .left, .right { float: left; }
.center { width: 100%; }
#incenter { position: relative; }
.left
{
    position: relative;
	width: 264px; /* left column width */
	margin-left: -264px; /* - left column width */
	left: -100%;
}
.right
{
    position: relative;
	width: 264px; /* right column width */
	margin-right: -264px; /* - right column width */
}
#inleft { float: left; width: 248px; }
#inright { float: right; width: 248px; }
.pages
{
    position: relative;
    height: 35px;
    top: -105px;
    margin-top: -35px;
    padding-bottom: 0px;
    margin-bottom: -1px;
}
.footer
{
    position: relative;
	height: 104px; /*31+14*/
	margin-top: -104px; /*31+14*/
	top: -1px;
	padding-bottom: 1px;
	margin-bottom: -1px;
	background: #221a23;
}