@charset "utf-8";
/* CSS Document */
@font-face {font-family: Orator Std;
	src: url(fonts/OratorStd.otf);}
	
	
	
@font-face {font-family: Century Gothic;
	src: url(fonts/GOTHIC.TTF);}

body{background-image:url(Images/buddha_statue_clouds.jpg);
	 background-attachment:fixed; 
         background-size: cover; 
         }

.wrapper{width:1200px; 
		overflow:hidden;
		margin-left:auto;
		margin-right:auto;
                min-height: 600px;
                margin-bottom: 100px;
                clear: both;
		}
.header{width:1200px;
		height:80px;}
		
		
.contentbox{overflow:hidden;
line-height:normal;
			width:1200px;}
			
.indexcontainer{height:380px; 
				width:800px;
				margin-left:auto;
				margin-right:auto;
				margin-top:20px;  }	
						
.indexbox{height:100px; width:300px; 
		  float:left; 
		  background-image:url(Images/2new2.png); 
		  background-repeat:no-repeat;
		  padding-top:300px;
		  padding-left:100px;
                  bottom: -150px;
                  }	
		  
.indexbox2{height:100px; 
		   width:380px;
		   float:right;  
		   background-image:url(Images/1new1.png);  
		   background-repeat:no-repeat;
		   padding-top:300px;
		  padding-left:20px;
                   bottom: -150px;
		  }	
	
.footer{ width:99%;
		height:90px;
		background-color:#F3F3F3;
		font-family:"Century Gothic";
		color:#e87c2a; 
                position: absolute;
                bottom: 0px;

		}
a{text-decoration:none;}		
		
.footer a:visited{color:#e87c2a;}	
.footer a {color:#e87c2a;}
.footer a:hover {color:#000;}	

.titlez{font-family:"Century Gothic";
		font-size:40px;
		color:#FFF;
		
		}