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

body#gallery {
/*	background-color: #FFDE00;*/
	background:#000 url(/images/gallery/gallery_bg.jpg) 0% 0 no-repeat fixed;
	background-attachment:fixed;
	background-size: cover;
}
#main {
	margin-bottom: 100px;
	min-height: 530px;
}

.thumb{}
.thumb a{display: inline-block; width: 23%; margin-right: 2%; margin-top: 40px;}
.thumb img{ width: 100% }
.thumb a:nth-child(4n){ margin-right: 0}