#main-page.backdrop-background{
	background-image: url(../images/backdrop/background.png);
}
	/*#main-page.backdrop-background .backdrop-foreground{
		background-image: url(../images/backdrop/foreground.png);
	}*/
#body{
	margin-top: 5px;
	padding-bottom: 20px;
}
	#body .container{
		min-height: 500px;
	}
	#body .box-content .box-header .breadcrumb > li:last-child{
		max-width: 600px;
		overflow: hidden;
	}
	#body .box-content .box-body{
		padding: 25px 35px 20px 35px;
		min-height: 100px; 
		border: 1px solid #cfd8dc;
	}
		#body .box-content .box-body h1:first-child,
		#body .box-content .box-body h3{
			margin-top: 0;
			color: #358e39;
		}
			#body .box-content .box-body h1:first-child{
				font-family: 'ThaiSansNeue';
				font-weight: bold;
				font-size: 2.0em;
			}
				#body .box-content .box-body .content-gallery h3{
					font-size: 1.4em;
				}
		#body .box-content .box-body .content-description{
			/*padding: 0 20px;*/
		}
		#body .box-content .box-body .content-info{
			margin-bottom: 15px;
		}
			#body .box-content .box-body .content-info .content-view,
			#body .box-content .box-body .content-info .content-date{
				padding-right: 15px;
				color: #78909c;
			}
		#body .box-content .box-body .content-gallery{
			padding-top: 20px;
		}
			#body .box-content .box-body .content-gallery ul{
				list-style: none;
				padding: 0;
			}
				#body .box-content .box-body .content-gallery ul li{}
					#body .box-content .box-body .content-gallery ul li a.thumbnail{
						height: 119px;
						overflow: hidden;
					}
						#body .box-content .box-body .content-gallery ul li a.thumbnail .thumbnail-warpper{
							display: block;
							width: 100%;
							height: 100%;
							overflow: hidden;
						}
						#body .box-content .box-body .content-gallery ul li a.thumbnail img{
							width: 100%;
							/*margin: -50px;*/
						}