/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#666666;
}

.topbg{
     background-image:url(images/topbg.jpg);
	 background-repeat:no-repeat;
	 }
	 
.mainbg{
     background-image:url(images/mainbg.jpg);
	 background-repeat:no-repeat;
	 background-position:bottom;
	 }
	 
.normaltext{
     font-family: Arial, sans-serif;
     font-size: 12px;
     font-style: normal;
     font-weight: normal;
     letter-spacing: normal;
     line-height: 18px;
	 color:#e3e3e3;
	 text-align:justify;
	 }
	 
.copyrite{
     font-family: Arial, sans-serif;
     font-size: 10px;
     font-style: normal;
     font-weight: normal;
     letter-spacing: normal;
	 color:#e1eefd;
	 text-decoration:none;
	 }