main{
	position:relative;
}

#tmenu{
	/*background-color:rgba(0,0,0,0.2);*/
	background-color:transparent;
}

.gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	position:absolute;
	top:0;
	bottom:75%;
	left:0;
	right:0;
}

#gallery{
	display:block;
}

#gallery .item{
	display:block;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
