﻿body {
    margin: 0 auto;
    width:1038px; 
}
html
{
    margin-top:0px;
    background-position: center 20px;
    background-image: url( 'img/master/bkg.jpg' );
    background-color: #000000;
    background-repeat: repeat-x;
}
.b_header
{
    background-position: left top;
    background-image: url(   'img/master/fondh.png' );
    height: 200px;
    width: 1038px;
    background-repeat: no-repeat;
}
.b_center
{
    background-position: left top;
    background-image: url(    'img/master/fondc.png' );
    height: 500px;
    width: 1038px;
    background-repeat: repeat-y;
}
.b_footer
{
    background-position: left top;
    background-image: url(   'img/master/fondb.png' );
    height: 80px;
    width: 1038px;
    background-repeat: no-repeat;
}
.head_logo
{
    margin-top: 20px;
    margin-left: 50px;
}