body {
        text-align: center;
        margin: 0px;
        background-color: #FFFFFF;
        color: #5A5A5A;
}

.logo {
    margin-top: 16px;
    width: 300px;
    height: 90px;
    background: url(../img/logo.jpg) top no-repeat;
    float: left;
}

.main{   
        width: 904px;
        height: 100%;
}

.logo_inner{
margin-top: 60px;
text-align: center; 
}

.jumper {
	margin-top: 20px;
    float: right;
    text-align: right;
}

div, td {
        font-family: Trebuchet MS;
        font-size: 11px;
        vertical-align: top;
}

table, tr, td, div, p, form, center, img, ul {
        padding: 0px;
        margin: 0px;
        border: 0px;
}

select{
    font-size: 10px;
    margin-bottom: 2px;
}

input[type="submit"],input[type="button"],input[type="reset"]{
    font-size: 12px;
    cursor: pointer;
}

a {
    color: #ADA900;
}

a:hover {
    text-decoration: none;
}