html, body {
    background: #e2d2bc url("../i/mnt/bg.gif") 0 0 repeat-x;
    margin: 0 0;
}

.headerPane {
    background: transparent url("../i/mnt/txt_back_head.jpg") top center no-repeat;
    height: 300px;
}
.contentPane {
    background: transparent url("../i/mnt/txt_back_cont.jpg") top center repeat-y;
}
.footerPane {
    background: transparent url("../i/mnt/txt_back_foot.jpg") top center no-repeat;
    height: 36px;
}

.headerTextPane {
    padding-top: 185px;
    text-align: center;
}
.textPane {
    padding-top: 25px;
    text-align: center;
}

.footer {
    padding-left: 43px;
}

h4 {
    font-family: verdana, sans-serif;
    font-size: 14px;
    color: #896666;
    text-align: center;
    margin-bottom: 0;
}
.headerTextPane h4 {
    font-family: verdana, sans-serif;
    font-size: 14px;
    color: #c29d6a;
    text-align: center;
    margin-bottom: 0;
}

img {
    padding-top: 0;
}

p {
    font-family: Georgia, serif;
    font-size: 11px;
    font-style: italic;
    color: #896666;
    text-align: center;
}
.headerTextPane p {
    font-family: Georgia, serif;
    font-size: 11px;
    font-style: italic;
    color: #c29d6a;
    text-align: center;
}

hr {
    color: red;
    background-color: red;
    width: 105px;
}
