body {
        background-color: #7F7F7F;
        background-image: url(../images/hg.jpg);
        background-position: top;
        background-repeat:  repeat-x;
        margin: 0px;
        padding: 0px;
}

.page {
        position: absolute;
        left: 50%;
        margin: 0px;
        padding: 0px;
        margin-left: -500px;
        width: 1000px;
        top: 50%;
        margin-top: -300px;
        height: 600px;
        background-color: #FFFFFF;
        background-image: url(../images/design.jpg);
        background-position: bottom;
        background-repeat:  repeat-x;
        border: 1px solid #000000;
}

.content {
        width: 1000px;
        height: 430px;
        margin: 0px;
        padding: 15px;
}

.content h1 {
        color: #000000;
        font-family: Arial, Helvetica, Trebuchet MS, sans-serif;
        font-size: 1.2em;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        margin: 0px;
        padding: 0px;
}

.content h2 {
        color: #000000;
        font-family: Arial, Helvetica, Trebuchet MS, sans-serif;
        font-size: 1.1em;
        font-weight: normal;
        font-style: italic;
        text-decoration: none;
        margin: 0px;
        padding: 0px;
}

.txt {
        color: #000000;
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.0em;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        margin: 0px;
        margin-top: 5px;
        margin-left: 10px;
        padding: 0px;
}

.content a {
        color: #000000;
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.0em;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        margin: 0px;
        padding: 0px;
}

.footer {
        width: 1000px;
        height: 140px;
        text-align: left;
        margin: 0px;
        padding: 15px;
}

.footer-txt {
        color: #000000;
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.0em;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        margin: 0px;
        margin-left: 10px;
        margin-top: 5px;
        padding: 0px;
}

.footer a {
        color: #000000;
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.0em;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        margin: 0px;
        padding: 0px;
}
