

#layer1 {
    z-index: 1; /* Порядок слоев */
    width: 100%; /* Ширина слоя с фоном */
    height: 100%; /* Высота слоя с фоном */
    position: absolute; /* Абсолютное позиционирование */
    left: 0; /* Положение от левого края окна */
    top: 0; /* Положение от верхнего края */
    
   }
   
     #layer2{
    z-index: 2; /* Порядок слоев */
    width: 100%; /* Ширина слоя с фоном */
    height: 100%; /* Высота слоя с фоном */
    position: absolute; /* Абсолютное позиционирование */
    left: 0; /* Положение от левого края окна */
    top: 0; /* Положение от верхнего края */
    
   } 




body
{
div.background
font-family:tahoma;
color: white;
font-size:14px;
}

.content
{
width: 900px;
margin-left:auto;
margin-right:auto;
color: #ffffff;
padding:20px;
}

.main
{
width:1200px;
height:100%;
margin-left:auto;
margin-right:auto;

position:relative;
top:-10px;
/*margin-top:-15px;
margin-bottom:-15px;*/
}

.main2
{
width:1000px;
height:100%;
margin-left:auto;
margin-right:auto;

position:relative;
top:-10px;
/*margin-top:-15px;
margin-bottom:-15px;*/
}


* +html .main
{
top:-17px;
}

.main_menu
{
width:1008px;
}

.main_menu td
{
width: 165px;
height:40px;
text-align:center;
vertical-align:top;
background: url('../images/knopka.png') no-repeat;

font-size:13px;
font-weight:bold;
color:#000030;


}

.main_menu td a
{
color:#000030;
}

.header
{
width:1000px;
height:200px;
background: url('../images/header.png') no-repeat;
}


.tmp_class
{
font-weight:bold;
font-family:tahoma;
font-size:14px;
line-height:15px;
cursor:pointer;

}

.tmp_class a
{
color: #000030;
text-decoration:none;
}

h2
{
text-align:center;
}