body {
    background: url("../img/background.jpg");
    overflow: hidden;
}

p {
    line-height: 150%;
}

a, a:hover, a:active, a:focus, a:link, a:visited {
    color: #000;
} .center {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -452.5px;
    width: 905px;
    height: 670px;
} .menubar {
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -452.5px;
    background: #e67817;
    width: 905px;
    height: 35px;
    z-index: 999;
} .lcorner {
    position: absolute;
    left: 50%;
    margin-left: -452px;
    top: -45px;
    width: 9px;
    height: 9px;
    background: url("../img/corners-bl.jpg") no-repeat;
    z-index: 1000;
} .rcorner {
    position: absolute;
    left: 50%;
    margin-left: 445px;
    top: -45px;
    width: 9px;
    height: 9px;
    background: url("../img/corners-br.jpg") no-repeat;
    z-index: 1000;
} .menuopt {
    cursor: pointer;
    font: 15px Arial;
    text-align: center;
    color: #fff;
    font-stretch: narrower;
    font-weight: bolder;
    position: absolute;
    width: 95px;
    height: 45px;
} .menuact {
    cursor: pointer;
    position: absolute;
    width: 95px;
    height: 45px;
    background: url("../img/menutab-background.png") no-repeat top;
}