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

/**** TAGS ****/
body {
	background: #eadfd0;
	color: #4c4c4c;
}
h1 {
	color: #eb5f58;
}

/**** LOGO ****/
#logo {
	width: 100%;
	text-align: center;
}
/**** CANVAS ****/
#canvas #left {
	background: url(/img/lbh/lbh-left-cloud.png) no-repeat top left;		
}
#canvas #right {
	background: url(/img/lbh/lbh-right-cloud.png) no-repeat top right;		
}
#canvas #content {
	background: #f1eadf;
	padding-top: 60px;	
}
#canvas #content div {
	margin-left: 60px;
	width: 310px;
	float: left;
}	
#canvas #bottom-left {
	background: url(/img/lbh/LBH-footercloud-left.png) no-repeat bottom left;			
	display: block; 
	width: 100%; 
	margin: 0 auto;
	text-align: center;
	float: left;
	opacity: 0.999;
	margin-top: -700px;
}
#canvas #bottom-right {
	background: url(/img/lbh/LBH-footercloud-right.png) no-repeat bottom right;			
	display: block; 
	width: 100%; 
	margin: 0 auto;
	text-align: center;
}
#canvas #bottom-image {
	background: url(/img/lbh/LBH-footer-monk.png) no-repeat left bottom; 
	display: block; 
	width: 970px; 
	height: 670px;  
	margin: 0 auto;
	opacity: 1;
}
/**** OTHER ****/
.padding {
	height: 250px;
}
