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