HTML {
    height: 100%;
}

BODY {
    padding: 0;
    background-color: #303030;
    margin: 0;
    height: 100%;
    font-size : 69%;
    line-height: 1.4em;
    color : #333333;
}

BODY, TH, TD, P, DIV, TEXTAREA, INPUT, SELECT, H1, H2, H3 {
    font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
} 

IMG { 
    border : none;
    padding: 0px;
    margin : 0px;
    vertical-align: top;
}

P {
    padding: 0 0 15px 0;
    margin: 0px;
}

/*////////////////////// MAIN DIVS //////////////////////*/


#main_wrapper {
    width: 772px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-top: 135px;
    background: url(images/back.gif);
    background-repeat: no-repeat;
    height: 367px;
    text-align: center;
}  

a:link {color: #000000; font-size : 170%; text-transform: uppercase; font-weight: bold;}
a:visited {color: #000000; font-size : 170%; text-transform: uppercase; font-weight: bold;}
a:hover {color: #005BD1; font-size : 170%; text-transform: uppercase; font-weight: bold;}
a:active {color: #005BD1; font-size : 170%; text-transform: uppercase; font-weight: bold;}

h1 {
    font-size: 200%;
    color: #005BD1;
    margin: 0 0 4px 0;
    font-weight: bold;
}

h2 {
    padding-top: 15px;
    padding-bottom: 2px;
    font-size: 160%;
    margin: 0 0 4px 0;
    font-weight:normal;
}
