body {
    background: url(http://marnoc.org/grafix/background.gif );
}
#container {
        width: 800px;
        margin-left: 30px;
    }
    #logo img{
        width: 800px;
    }
    div.left {
        float: left;
        width: 60px;
    }
    div.submission {
        width: 700px;
        clear: both;
        border: solid 1px #666;
        padding: 5px;
    }
    div.label {
        clear: left;
    }
    div.hover {
        cursor:pointer;
        background: #ccc;
    }
    div.description {
        padding: 10px;
        display: none;
        clear: left;
    }

    div.troop {
        width: 100px;
    }

    div.location {
        width: 200px;
    }
    div.date {
        width: 200px;
    }
    div.slots {
        width: 120px;
    }
    h2 {
        font-size: .9em;
    }