#header {
    background-image: url('../img/logo.png');
    text-align: right;
    position: absolute;
    left: 150px;
    top: 350px;
    width: 806px;
    height: 83px;
}

#header h1 {
    font-size: 3em;
    font-weight: bold;
    display: none;
}

#address {
    position: absolute;
    left: 370px;
    top: 430px;
    font-size: .8em;
}

#promo {
    position: absolute;
    left: 200px;
    top: 50px;
    width: 650px;
}

#promo p {
    font-size: 1em;
    font-weight: bold;
}

#promo img {
    float: left;
}

#promo a {
    text-decoration: underline;
}


