body {
    background-color: #DDDDDD;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
}
#container {
    min-height: 100%;
    position: relative;
}
#center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: auto !important;
}
#center-image img {
    padding-top: 100px;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3em;
}
#footer-text {
    font-family: "lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    font-size: 10px;
    padding: 10px;
    text-align: right;
    border-top: 1px solid grey;
}
#content {
    padding: 0.1em 1.5em 6em;
}
.single-game #content {
    width: 740px;
    margin: 10px auto;
}
.zteam-year {
    background-color: #cdcdcd;  
}
.ddc-year {
    width: 260px;
    min-height: 350px;
    border: 1px solid grey;
    padding: 15px;
    margin: 15px 15px 15px 0;
    float: left;
}
.first {
    margin-left: 0;
}
.ddc-year h2 {
    margin-top: 0;
}
.ddc-year ul { padding-left: 15px; }
.clear { clear: both; }
.fade { color: #ccc; }
.backlink, .ddc-year li a { text-decoration: none; }

/* MOBILIZATION */
/* Tablet (portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .single-game #content {
        width: 600px;
    }
}
/* Mobile (landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-game #content {
        width: 400px;
    }
}
/* Mobile (Portrait) */
@media only screen and (max-width: 479px) {
    .single-game #content {
        width: 300px;
    }
}
