Hi,
Add the code below to your custom css option
.alt-bg {
background-image: url(http://privilegedsales.azurewebsites.net/wp-content/uploads/2013/06/ff_rp_bkg2.png);
background-repeat: repeat;
background-position: center top;
background-size: auto;
}
To customize the font
.page-heading h1{
font-size:15px!important;
color:#000!important;
}
-Rui