@import "style.css";

#banner2
{
    height: 400px;
}

#banner2
{
    text-align: left;
}
#banner2 h1
{
    position:relative;
    left: 50%;
    margin-left: -300px;
    width: 560px;
    padding: 0 20px;
}
#banner2 .title
{
    top: 125px;
    text-align: right;
}

