#Body {background:url("/AFBackgroundJBLEbackground.jpg") no-repeat top center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.skinWrapper {background:none;}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.column3 {
    float: left;
    width: 33.33%;
}

/* Responsive table css */
.responsiveTable table{
top:0; left: 0; width: 100%; height: 100%;
}

img {
   max-width: 100%;
   height: auto;
}


