#wrapper { background: #fff url('../images/blur.jpg') no-repeat top right; }

#tagline {
    position: absolute;
    left: 100%; bottom: 0;
    height: 126px; width: 48px;
    margin-left: 10px;

    background: transparent url('../images/tagline.jpg') no-repeat right bottom;
}

h1 { padding-top: 150px; }
#main-wrapper { height: 490px; }


/* nav button */
#homebutton a span { background-position: 0 -278px ;}
#aboutbutton a span { background-position: -32px -278px ;}
#portfoliobutton a span { background-position: -64px -278px ;}
#servicesbutton a span { background-position: -96px -278px ;}
#contactbutton a span { background-position: -128px -278px ;}

/* nav button hover */
#homebutton a:hover span { background-position: 0 -417px ;}
#aboutbutton a:hover span { background-position: -32px -417px ;}
#portfoliobutton a:hover span { background-position: -64px -417px ;}
#servicesbutton a:hover span { background-position: -96px -417px ;}
#contactbutton a:hover span { background-position: -128px -417px ;}
