@charset "UTF-8";
/* CSS Document */

body {
background-color: #e6e6e6;
background-image:url(../images/whitenoisebkg.png);
background-image:url(../images/greynoisegradient.png), url(../images/whitenoisebkg.png);

background-position: top left, top left;
background-repeat: repeat-x, repeat;
color: #6b6b6b; font: 12px "Lucida Grande", Lucida, Verdana, sans-serif; margin: 0; padding: 0; width: 100%;

	
	/*background: #e6e6e6; */
	/*background: #051c50 url(../img_iphonedisk/blue_rays_fade2.jpg) repeat-x top left;*/
	/*background: #fbfacf url(img/bkg_yellowTopPattern.png) repeat-x;*/
	/* background: #fff; */
	/*background-color: #adcfae;*/
	/*background: #e6e6e6 url(../img/contentArea/customBannersApps/bkg-full.png) repeat-x;*/
	/*font-family: "Lucida Grande", Lucida, Verdana, sans-serif; font-size: 12px; */
}


