.header {
	background-attachment: fixed;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.header2 {
	background-attachment: fixed;
	background-image: url(badal.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.bel {
	background-attachment: fixed;
	background-image: url(bel.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	
}

.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:#666666;
}

.normaltext a{
text-decoration:none;
	color:#666666;
}

.normaltext a:hover{
text-decoration:underline;
	color:#000;
}

.footer {
	/*background-attachment: fixed;*/
	background-image: url(footerback.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.footer2 {
	/*background-attachment: fixed;*/
	background: #B4C855 url(footer2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color:#7D8846;
}
.footertext a{
text-decoration:none;
	color:#7D8846;
}

.footertext a:hover{
text-decoration:underline;
	color:#000;
}


.body{
background:#B4C855 ;
}
