/* CSS Document */

/***************************/

/*  ~ BROWSER BKG  */       

/***************************/


/* this is the browser full page bkg color and bkg image, ie: the gradient that is seen behind the main site content */
body {
	margin-top: 0px;
	background-color: #CAFCD5;
	background-image: url(/images/_global/bkg_color.jpg);
	background-repeat: repeat-x;
}

