* {
    padding: 0;
    margin: 0;
}
html {
    height: 100.02%
}
body {
    padding: 0;
    margin: 0;
    background: #730808;
    font-family: Verdana;
}
#outer_wrapper {
    width: 848px;
    margin: 0 auto 0 auto;
    text-align: right;
}
#inner_wrapper {
    width: 800px;
    background: #F7F7F7;
    margin: 0 auto 0 auto;
    text-align: left;
}
#header {
    background: url(../images/head2.png) no-repeat top left;
    width: 800px;
    height: 75px;
}
#menu {
    background: #003300;
    width: 800px;
    height:20px;
    border-top:solid 1px white;
}
#footer {
    width: 800px;
    height: 60px;
    margin: 0 auto 0 auto;
    background: #B5BED6;
    text-align: center;
}

