/* CSS Customisations */
body {
    font-size: 14px;
    font-family: "Helvetica Neue", "Segoe UI", Helvetica, Tahoma, Arial, sans-serif;
    color: #aaaaaa;
    background: #000000;
}
#mainbody td.thumb {
    background-color: #444444;
    border-color: #000000;
}
#mainbody td.thumb:hover {
    background-color: #333333;
    border-color: #eeeeee;
}
#fullimagebg {
    background-color: #000000;
}
#fullimagetitle_1, #fullimagetitle_0, #fullimagetitle_2 {
    background: #222222;
}
#fullimagetitle_1 h1, #fullimagetitle_0 h1, #fullimagetitle_2 h1, #fullimagetitle_1 h2, #fullimagetitle_0 h2, #fullimagetitle_2 h2 {
    color: #ffffff;
}