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

