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