body {
    background-color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #aaa;
    }
#content {
    width: 400px;
    border: 1px solid #eeeeee;
    margin: 50px auto 0 auto;
    padding: 0 0 50px 0;
    text-shadow: #ccc 2px 2px 5px;
    -webkit-box-shadow: #eee 3px 3px 5px;
    -webkit-border-radius: 15px;
}
#logo {
    width: 350px;
    height: 350px;
    display: block;
    margin: 0 auto 0 auto;
    background-image: url(/images/logo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#contact {
    text-align: center;
    width: inherit;
}
p {
    display:block;
    margin: 10px 0 0 0;
    padding: 0;
}

span {
    margin: 0 3px 0 5px;
}

span.high {
    font-weight: bold;
}
img {
    vertical-align: middle;
}


