/* CSS Document */
body {
	margin:0px;
	background-image:url(images/bg.jpg);
	}
.page-bg {
	background-color:#fff9eb;
	}
.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#178bc8;
	}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3e3e3e;
	line-height:18px;
	text-align:justify;
	}
