/* - - - - - - BACKGROUND COLORS AND IMAGES - - - - - - */
body {
    background-color: #013B92;
    background-image: url("/images/uploaded/bodybg.png");
    background-repeat: repeat-x;
    margin-bottom: 10px;
    margin-top: 10px;
}

div#pageWrapper {
    
}


