root { 
    display: block;
}

html,body {
    margin: 0px;
    padding: 0px;
    background: #050505 url('/images/background-stripe.png') repeat-x;
    font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
    color: #fff;
}

body {
    margin-left:auto; margin-right: auto; text-align: center;
}

#header {
    width: 900px; margin-left: auto; margin-right: auto;
}
#header .wrapper {
    color: #777; font-size: 15px; text-align: right; line-height: 30px; vertical-align: middle;
}
#header .wrapper A {
    color: #777; text-decoration: none;
}

#body {
    margin-left: auto; margin-right: auto; width: 900px; background:#090909 url('http://c27446.r46.cf1.rackcdn.com/sides-background.png') top left repeat-x; clear: both;
}

#menu {
    font-size: 12pt;width: 900px;
    color: #999; font-size: 15px; background: #222 url('/images/bottom_gradient.png') top left repeat-x; height: 40px;
}
#menu .wrapper {
    padding: 5px; 
    text-align: left; margin-left: 20px;
    font-weight: bold;
}
#menu .wrapper A {
    color: #bbb; text-decoration: none;
}

#content-wrapper {
    width: 888px; background-color: #000; margin-left: auto; margin-right: auto;
    padding: 20px 0px 50px 0px;
}

#content {
    width: 678px;
    margin-left: auto; margin-right: auto;
}
#content .align-left {
    text-align: left;
}

#content .return { 
    color: #fff; text-decoration: none;
}

#footer {
    color: #999; font-size: 9pt; background: #222 url('/images/bottom_gradient.png') top left repeat-x; height: 40px;
    padding-top: 10px;
}

