HTML, BODY {
        height: 100%;
        margin: 0;
        padding: 0;
}

BODY {
        text-align: center;
        font-family: candara; calibri;
        color: #333;
        background-image: url('img/bg_top2.jpg');
        background-repeat: repeat-x;
        background-color: #7b7b7b;
}

#gatewayContainer {
        background-image: url('img/bg_bottom2.jpg');
        background-repeat: repeat-x;
        background-position: left bottom;
        border-left: 4px solid #333;
        border-right: 4px solid #333;
        height: 100%;
        min-height: 535px;
}

#gatewayFooter {
        color: #fff;
    font-size: 12px;
    text-align: right;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px
}

#float {
        float:left; height:50%; margin-bottom: -300px;
}

#gatewayBody {
        position: relative;
        clear: both;
        width: 697px;
        height: 500px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        border: 1px solid #333;
}

#logoDiv {
        height: 120px;
        padding: 0px;
        margin: 0px;
        border-collapse: 0px;
}

#dateDiv {
        background-image: url("rowbg_30h.jpg");
        background-repeat: repeat;
        font-size: 95%;
        font-weight: bold;
        text-align: right;
        height: 22px;
        margin: 0px;
        margin-bottom: 20px;
        padding-top: 5px;
        padding-bottom: 4px;
        padding-right: 10px;
        color: #FFF;
}

#headerDiv {
        padding-top: 8px;
        font-size: 130%;
        font-weight: none;
        height: 220px;
}

#headerDivBilingual {
        padding-top: 10px;
        margin-bottom: 20px;
        font-size: 100%;
        font-weight: none;
}

.votingPeriod {
        font-size: 80%; 
        font-weight: bold;
}

.votingPeriodBilingual {
        position: relative;
        top: 10px;
        font-size: 85%; 
        font-weight: bold;
}

.instructionBlock {
        font-size: 65%; 
        margin-top: 40px;
}

#linksDiv {
        text-align: center;
        width: 220px;
        margin-left: auto;
        margin-right: auto;
        float: none;
}

#footerTable {
        margin-top: 15px;
}

#footerTable td {
    vertical-align: top;
}

.continueLink {
    width: 188px;
    margin-left: auto;
    margin-right: auto;
}

.footerImage {  
        padding-right: 2px;
        text-align: right;
}

.pushButton {
        background-image: url("buttonbg.jpg");
        background-repeat: none;
        padding: 5px;
        width: 188px;
        border: 1px #444 solid;
        border-right: 1px #000 solid;
        border-bottom: 1px #000 solid;
        cursor: hand;
        color: #FFF;
        font-size: 90%;
        font-weight: bold;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
}

A {
        text-decoration: none;
}
