body {
    margin: 0;
    padding: 0;
    border: 0;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
}

.banner {
    background: url('banner.jpg') no-repeat;
    width: 731px;
    height: 288px;
    margin: 100px auto 0 auto;
}

.navigation {
    width: 766px;
    height: 49px;
    margin: 100px auto 0 auto;
}

a.navbtn {
    display: block;
    height: 49px;
    float: left;
    background-image: url('uc_nav_sprite2.png');
}

a.navbtn:hover {
    background-color: #f5f5f5;
}

a.nav_email {
    width: 107px;
    margin-right: 30px;
    background-position: 0 0;
}

a.nav_twitter {
    width: 122px;
    margin-right: 53px;
    background-position: -137px 0;
}

a.nav_facebook {
    width: 137px;
    margin-right: 47px;
    background-position: -312px 0;
}

a.nav_bling {
    width: 270px;
    background-position: -496px 0;
}
