body{ 
	background-image: url("/images/lensbkgrnd.jpg");
	background-color: black;
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
	padding:0px;
/*	background-color: rgb(208,231,200);*/
/*	background-image: url("gradient.png");
	background-repeat: repeat-x;*/
/*    background: -webkit-gradient(linear, left top, 0 200, from(#00abeb), to(#));*/
    font-family: "Gill Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 100;
    font-size: 12px;
    color: #141;
}
