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