@charset "utf-8";
/* CSS Document */

body {
margin:0px;
color:#FFF;
background:#267300;
}
.BodyHomeBG {
background: url(images/bg_home.jpg) no-repeat top center; 
-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}

.BodyAboutusBG {
background: url(images/bg_aboutus.jpg) no-repeat top center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;	
}

.BodySignupBG {
background: url(images/bg_signup.jpg) no-repeat top center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;	
}

.BodyUsedItForBG {
background: url(images/bg_useitfor.jpg) no-repeat top center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size:100% 768;	
}

.BodyContactusBG {
background: url(images/bg_Contactus1.jpg) no-repeat top center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;	
}

.BodyContactusABG {
background: url(images/bg_Contactus2.jpg) no-repeat top center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;	
}

.BodyHowdoesitworkBG {
background: url(images/bg_howdoesitwork.jpg) no-repeat top center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;	
}

.LogoText {
	font-size:12pt;
	text-align:center;
	margin-top:20px;	
	width: 482px;
}
.menubarbg {
	padding:30px;		
	background: rgba(0, 0, 0, 0.5);
}


