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