.background {

        position:fixed;
        top:0px;
        left:0px;
        width:100%;
        height:45px;
        z-index:10;
        background-image:url('background.jpg');
        background-repeat:no-repeat;
        border-style:solid;
        border-color:#CCCCCC;
        border-width:0px;
        border-bottom-width:1px;

}

.background_x {

        position:fixed;
        top:0px;
        left:0px;
        width:100%;
        height:45px;
        z-index:9;
        background-image:url('background_x.jpg');
        background-repeat:repeat-x;

}

.menu {

        position:fixed;
        top:50px;
        left:10px;
        width:110px;
        z-index:2;
        border-style:solid;
        border-color:#777777;
        border-width:1px;
        border-left-width:0px;
}

.content {

        position:absolute;
        top:45px;
        left:130px;
        z-index:2;
        padding-bottom:20px;
        padding-top:10px;
}
