html, body {
    height: 100%;
}

body {
    background: url('img/splash_bg.jpg') no-repeat center center transparent;
    margin: 0;
    overflow: hidden;
}

#page-wrapper {
    padding-top: 22px;
    height: 100%;
}

#logo {
    display: block;
    margin: 0 auto;
    height: 82%;
}

#nav {
    height: 44px;
    width: 507px;
    margin: 0 auto;
    padding-top: 33px;
    background: url('img/welcome.png') no-repeat top center transparent;
}

#w-link {
    width: 243px;
    height: 22px;
    background: url('img/website.png') no-repeat top center transparent;
}

#slash {
    width: 9px;
    height: 22px;
    background: url('img/slash.png') no-repeat top center transparent;
}

#fb-link {
    width: 255px;
    height: 22px;
    background: url('img/fb.png') no-repeat top center transparent; 
}

#w-link, #slash, #fb-link {
    float: left;
}
#w-link a, #fb-link a {
    display: block;
    width: 100%;
    height: 100%;
}

#w-link:hover, #fb-link:hover {
    background-position: bottom center;
}