header {
    display: block;
    width: 1000px;
    height: 470px;
    margin: 0px auto;
    background: url(../content/images/head_img.jpg) center bottom no-repeat;
}

.container {
    display: block;
    width: 960px;
    margin: -20px auto 0px;
    background: url(/content/images/content_fon.jpg);
    padding: 20px;
}

footer {
    display: block;
    width: 1000px;
    height: 40px;
    margin: 0px auto;
    background: url(../content/images/footer.png) right top no-repeat rgb(223, 21, 21);
}