﻿
/* For a custom background image, add an image called mst-custom-bg.jpg to the ~/LiveSite/images/ folder */

/* Header? 
.CSElastik #hd {background-image: none;}*/


body {
background-image:url("/LiveSite/images/custom_yellow_bg.jpg") !important;
background-repeat:repeat-x;
background-color:#ffffff;
}
