body {
    background: #ccc;
    font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.4em;
    margin: 0px auto;
    padding: 0px;
    border: 0px;
    color: #000;
    text-align: center;
}
#main {
    width: 960px;
    margin: 0px auto;
    text-align: center;
    background: #ccc;
    color: #000;
    border: 0px;
}
input, select { font-size: 0.9em; }
.not_available {
    background-color: #fbd9d9 !important;
}