@charset "UTF-8";
/* CSS Document */

.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #72b84c;
	font-size:25px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	font-weight:lighter;
		}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:15px;
	font-weight:bold;
		}
A:link { text-decoration: none;
color:#000; }
A:active { text-decoration: none;
color:#000; } 
A:visited { text-decoration: none;
color:#000; } 

body {
	background-image: url(BG.jpg);
	background-repeat: repeat-x;
}
	html{
		height:100%;
}
.dis {
	font-size: 9px;
	color: #fff;
}
.copyright {
	color: #fff;
}
#footer {
	position: abosolute;
	display:block;
	background-image:url(footer.gif);
	background-position:center;
	background-color:#fff;
	width: 100%;
	height: 312px;
}