/* banner */

#banner {
    background: url(../images/banner.png);
    height: 150px;
    width: 100%;
}

#banner img {
    float: left;
    margin: 0;
    border: medium none;
}

#banner .title {
    display: block;
    font-size: 16px;
    position: absolute;
    text-align: center;

    top: 10px;
    left: 200px;
    width: 600px;
}

#banner .verysmall {
    font-size: 0.4em;
}