html {
    margin: 0;
    padding: 0;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

body {
    margin: 0;
    padding: 0;
    background-color: black;
}

.info-container {
    font-size: 2.3em;
    font-weight: bold;
    float: right;
    width: 293px;
    padding: 0 20px;
    text-align: right;
}

.button {
    display: inline;
}

.button:hover {
    cursor: pointer;
}

.button .left {
    background: url("../image/btn-left.png") no-repeat 0 0;
    height: 48px;
    width: 48px;
    float: left;
}

.button .middle {
    background: url("../image/btn-middle.png") repeat-x 0 0;
    height: 48px;
    line-height: 48px;
    float: left;
    color: white;
    font-weight:normal;
    font-size: 17px;
    padding: 0 10px;
    font-family: Arial, sans-serif;
}

.button .right {
    background: url("../image/btn-right.png") no-repeat 0 0;
    height: 48px;
    width: 27px;
    float: left;
}

.button:hover .left {
    background: url("../image/btn-left-hover.png") no-repeat 0 0;
}

.button:hover .middle {
    background: url("../image/btn-middle-hover.png") repeat-x 0 0;
}

.button:hover .right {
    background: url("../image/btn-right-hover.png") no-repeat 0 0;
}

.address {
    margin-top: 160px;
    color: white;
    font-size: 0.8em;
}

.address p {
    margin: 0;
    padding: 2px 0;
}

.address a {
    color: white;
    text-decoration: none;
}

.address a:hover {
    color: #005D24;
}

.clearfix {
    clear: both;
    float: none;
    line-height: 0;
}