/* ********** style For Background setting of skin ************** */
.mainBG{
	background-color: #f0f0f0;
	background-image: url(lscape-bg.jpg);
	background-repeat: no-repeat;
	width:100%;
	height: 100%;
	background-attachment:fixed;
	background-position: center top;
}
