body {
    margin: 0px;
    text-align: center;
    background: url('../images/bg.png') repeat-x;
    background-color: #2D0037;
    font-family: 'Verdana';
    color: #2D0037;
}
body, table {
    font-size: 13px;
}
div.wrapper {
    width: 912px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
a.header {
    display: block;
    width: 912px;
    height: 178px;
    background: url('../images/header.png');
    border: none;
}
div.content_wrapper {
    background: url('../images/content_bg.png');
}
div.sidebar_left {
    float: left;
    width: 160px;
    margin-left: 6px;
}
div.content {
    float: left;
    width: 520px;
    margin-left: 20px;
    margin-top: 6px;
}
div.sidebar_right {
    float: right;
    width: 166px;
    margin-right: 16px;
    margin-top: 4px;
}
div.footer {
    width: 912px;
    clear: both;
    background: url('../images/footer.png') no-repeat;
    background-color: #2D0037;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #333;
    font-size: 10px;
    text-align: center;
}
a.btn {
    display: table;
    height: 41px;
    width: 160px;
    background: url('../images/btn.png');
    color: #FFFFCC;
    font-size: 13px;
    text-decoration: none;
    border: none;
    _position: relative;
}
a.btn:hover {
    color: #f90;
    background: url('../images/btn_hover.png');
}
a.btn div {
    display: table-cell;
    vertical-align: middle;
    _position: absolute;
    _top: 50%;
}
a.btn div div {
    _position: relative;
    _top: -50%;
    padding-left: 30px;
    padding-right: 10px;
}
