body {
        margin: 0;
        background: #fff url(img/bg.gif) repeat-y;
}

img {
        border: 0;
        }

#header {
        width: 100%;
        height: 246px;
        background: #ACC7F9;
        float: left;
}

#logo {
        width: 371px;
        height: 246px;
        float: left;
}

#menublock {
        width: 335px;
        height: 246px;
        background: url(img/bg_header.jpg) bottom left no-repeat;
        float: left;
}

#leftfield {
        border: 0px solid red;
        width: 370px;
        height: 296px;
        background: url(img/bg_left.jpg) top left no-repeat;
        float: left;
}

#text {
        padding: 40px;
        padding-bottom: 50px;
        width: 530px;
        min-height: 400px;
        overflow: auto;
        float: left;
}

#menu {
        position: absolute;
        left: 360px;
        top: 120px;
        width: 30em;
        height: 50px;
        z-index: 10;
}

#copy {
        width: 930px;
        height: 20px;
        clear: left;
        text-align: right;
}
