/* 
    Document   : index
    Created on : Feb 7, 2010, 3:39:28 PM
    Author     : Shane
    Description:
        Home page styles
*/

#wrapper-bg {
    height: 100%;
}

h1 {
    margin: 0 0 10px 0;
}

#content img {
    float: left;
}


#home-image {
    float: left;
    margin: 0 20px 5px 0;
    width: 310px;
}

#who-we-are {
    float: left;
    width: 254px;
}

#content p {
    font-size: 85%;
    margin: 0 0 10px 0;
}

#deposits {
    text-align: center;
    background:url(../images/deposits-back.png) no-repeat;
    background-position: center;
    margin:18px 0 10px;
}

