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