@CHARSET "UTF-8";

/* CSS Document */
body {
    background-color:#ccc;
}

#pageWrapper {
    background-color:#fff;
}

#centerPane {
}

#footer {
    border-top:#333 1px solid;
}

#footer a {
    color:#333;
}

