@charset "UTF-8";
/* CSS Document */
/*css style sheet "bsca style BgNoImage-1"*/
.bg {
    /* The image used */  
    background-color: #fff200;	
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }