/* ********** style For Background setting of skin ************** */
.mainBG{
	/*color:#333;
	height: 100%;
	background:#389200
	*/
	background:#94d5f0;
	background-image:url('greenField10.jpg');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: center top;
	height: 100%;
}

