﻿/* banner.css */
#banner_container {
    width: 100%;
    background: url('../img/backgrounds/stars.jpg');
}
#banner {
    width: 760px;
}
div#banner img {
    float: left;
}