#total-body {
    width: 100%;
    min-width: 1024px;
    background: white repeat-x center top;


}

#main-body {
    margin: 0 auto;
    text-align: left;
    width: 80%;
}

body {
    background-color:#cccc99 ;

}

.top-heading {
}

a.signup {
    background: url('/images/skins/newgetstaffed/signup-button.gif') no-repeat scroll 0 0;
    height: 26px;
    width: 100px;
}

a:hover.signup {
    background: url('/images/skins/newgetstaffed/signup-button.gif') no-repeat scroll 0 -29px;
}


div#watchlist-maintain a.edit {
    background: url('/images/icons/edit.gif') no-repeat scroll 0 0;
    height: 20px;
    width: 100px;
}

div#watchlist-maintain a:hover.edit {
    background: url('/images/icons/edit.gif') no-repeat scroll 0 -20px;
}

.row-even {
    background:#f9f9f9;
}
.row-odd {
    background:none;
}



