body {
    background: url(../images/bg.jpg) no-repeat top center;
}

#wrapper {
    margin: 0 auto;
    padding: 0;
    width: 800px;
    height: 600px;
}

#logo {
    width: 800px;
    height: 180px;
    background: url(../images/sk-logo.png) no-repeat top center;
}

#zone {
    width: 800px;
    height: 320px;
    margin-top: 20px;
}

#zone a:hover {

}

#left {
    width: 225px;
    height: 242px;
    float: left;
    padding: 70px 20px 0 10px;
}

#center {
    width: 290px;
    height: 312px;
    float: left;
}

#right {
    width: 225px;
    height: 242px;
    float: left;
    padding: 70px 10px 0 20px;
}

#footer {
    background: #03702f;
    padding: 20px;
    margin: 30px 0 0 0;
    color: #ffffff;
    font-family: Arial;
    font-size: 10px;
}

#footer a {
    color: #ffffff;
}
