@charset "utf-8";

body {
	background-color: #C00;
	color: #FFF;
}
.ss-form-desc.ss-no-ignore-whitespace p a {
	color: #FF0;
}
@media screen and (max-width: 640px){
.background-hack {
    z-index                 : -1;
	background-color: #09F;
    background-repeat       : no-repeat;
    background-size         : 100% auto;
    position                : fixed;
    top                     : 0;
    left                    : 0;
    right                   : 0;
    bottom                  : 0;
}
}
