* { margin: 0; }

body {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    background: #fed48f url(images/splash_bg.jpg) repeat-x top;
    list-style-image: url(images/bullet.gif);
}

ul,li {
    padding: 0px;
    margin-left: 8px;
}
img {
    border: 0;
}

#wrapper {
    margin: 0 auto;
    padding-top:32px;
    _padding-top:0px;
    width: 100%;
}

#splash_blue {
 height: 148px;
 text-align: center;
}
#splash_content {
}

#header {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    top: 0px;
    left: 0px; /* IE7 FIX */
    margin: 0px;
    width: 100%;
    height: 32px;
    text-align: right;
    background-color: #004882;
    clear: both;
}