 html
,body {
    color: #fff;
    font-family: Arial, Helvetica, sans_serif;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    background: #008100 url(/assets/images/bg.jpg) no-repeat 0px 0px;
}

a { border: none; }

#container {
    margin: 0px auto;
    width: 950px;
}

#flash {
    height: 650px;
    text-align: center;
    width: 950px;
}

#footer {
    font-size: 0.8em;
    text-align: center;
}

    #footer a { color: #fff; }

        #footer a:link,
        #footer a:visited,
        #footer a:active {
            text-decoration: none;
        }

        #footer a:hover { text-decoration: underline; }

