.access-box {
    border: 1px solid #e5e8e1;
    border-top: 2px solid #be3b1e;
    margin: 10px;
    padding: 10px 5px 10px 10px;
    background-color: #f6f6f6;
    background-image: url("../images/box-bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    /*
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    */
    /*
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    */
}

body.homepage {
    background: #eeeeee url("../images/body-bg.jpg") center 60px no-repeat;
}

.main-header .logo .logoimg {
    width: 225px;
    height: 52px;
    margin: -7px 0 0 -12px;
}

.main-header {
    background-color: #000000;
}
