body, html {
    margin: 0;
    padding: 0;
    background-color: #2A0A00;
    background-image: url('../images/pattern.jpg');
    text-align: center;
    width: 100%;
}

#holder {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
    min-height: 100%;
}
.home {
    position: relative;
    left: 50%;
    text-align: left;
    width: 960px;
    height: 599px;
    background-color: #FCECCB;
    background-image: url('../images/home.jpg');
    background-repeat: no-repeat;
    float: right;
}

/**/
#menu {
    width: 490px;
    height: 23px;
    display: inline;
    line-height: 18px;
    float: left;
    margin-top: 505px;
    margin-left: 225px;
}

#menu li {
    display: inline;
    width: 86px;
    text-align: center;
    float: left;
    letter-spacing: -1px;
}

#menu li a {
    width: 100%;
    height: 23px;
    float: left;
    text-decoration: none;
    overflow: hidden;
}

#menu li a h3 {
    text-indent: -5000px;
}

.t60 {
    width: 61px !important;
}

.t73 {
    width: 74px !important;
}

.t70 {
    width: 70px !important;
}

.t110 {
    width: 111px !important;
}
