/* Your custom styles */
body {
    background-image: url(../images/whitebg.jpg);
    background-repeat: repeat;
}

.img-centered{
    float: none;
    margin: 0 auto !important;
}
