body {
    background-image: url('../images/paper_2.png');
    height: 100%;
    text-align: center;
}

div.wrapper {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url('../images/mustardbanner2.png');
    background-repeat: repeat-y;
    background-position: center;
}

div.banner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 460px;
    text-align: center;
}

.logo {
    width: 264px;
    height: 256px;
    background-image: url('../images/logo.png');
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
}

.name {
    width: 329px;
    height: 83px;
    background-image: url('../images/name.png');
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.hr {
    width: 342px;
    height: 3px;
    background-image: url('../images/hr.png');
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.phone {
    width: 90px;
    height: 20px;
    background-image: url('../images/phone.png');
    margin-left: auto;
    margin-right: auto;
}

.email {
    width: 232px;
    height: 20px;
    background-image: url('../images/email_base.png');
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.email:hover {
    background-image: url('../images/email_hover.png');
}

.email a {
    display:block;
    width: 232px;
    height: 20px;
}