﻿html,body,form,#canvas { height: 100%; }
body { }
#canvas
{
    position: relative;
    min-width: 1000px;
    margin: 0 auto;
}
#page
{
    position: relative;
    width: 893px;
    min-height: 100%;
    margin: 0 auto;
    background: url(../images/page_bgr.gif) repeat-y left top;
}
* html #page { height: 100%; }
#intro #page { background: none; width: 968px; }
#header
{
    position: relative;
    float: left;
    height: 170px;
    width: 100%;
    background: #fff;
}
#header .inheader
{
    background: #fff;
}
#nav
{
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}
#content
{
    position: relative;
    z-index: 3;
    width: 893px;
    margin: 0 auto;
    padding: 0 0 166px 0;
}
#intro #content { width: 968px; }
#intro #content .intro { position: relative; margin: 36px 0 0 0; width: 968px; height: 468px; }
#intro #content .intro #intro_preloader { position: absolute; left: 50%; top: 50%; width: 32px; height: 32px; margin: -16px 0 0 -16px; }
#create #content { padding-bottom: 166px; }
#printing #content { padding-bottom: 156px; }
#works #content { padding-bottom: 156px; }
#content .top
{
    width: 893px;
    height: 35px;
    overflow: hidden;
    background: #fff url(../images/page_top_bgr.jpg) no-repeat left top;
}
#content .left
{
    position: relative;
    z-index: 3;
    background: url(../images/page_left_bgr.jpg) no-repeat left top;
}
#content .right
{
    position: relative;
    z-index: 3;
    background: url(../images/page_right_bgr.jpg) no-repeat right top;
}
#content .left,
#content .right
{
    min-height: 426px;
    height: auto !important;
    height: 426px;
}
#content .text
{
    position: relative;
    z-index: 3;
    margin: 0 20px 0 36px;
    padding: 10px 40px 20px 40px;
}
#place #content .text { padding: 10px 20px 20px 20px; }
#langs
{
    position: absolute;
    left: 0;
    top: 144px;
    width: 100%;
    text-align: center;
}
#footer
{
    position: relative;
    top: 0;
    height: 166px;
    margin-top: -166px;
    background: #fff;
}
#footer .fn
{
    position: relative;
    z-index: 4;
    padding: 40px 0 0 0;
    text-align: center;
}