body
{
	color : #444 ;
}

.content img
{
	max-width : 100%;
}

.image:before
{
	background-image : none;
}

.gallery
{
	
}

.gallery a
{
	border-bottom : none;
}

.gallery .element
{
	display			: inline-block;
	width			: 300px;
	height			: 400px;
	vertical-align	: top;
	padding			: 2px;
}

.gallery .element .image
{
	height : 300px;
	text-align : center;
}

.gallery .element  .image img
{
	max-width : 300px;
	max-height : 300px;
	vertical-align : top;
}

.gallery .element .title
{
	text-align : center;
}

#logo img
{
	width : 100px;
}


.overlay_stamp_wrapper
{
	position: relative; 
	height : 300px; 
	max-width : 600px;
	width : 100%;
	text-align : center; 
}

.overlay_stamp_wrapper img
{
	display : block; 
	max-width : 600px; 
	width : 100%;
}

.overlay_stamp
{
	position : absolute;
	left : 50%;
	top : 50%;
	text-align : center; 
	vertical-align : middle; 
	font-weight : 700; 
	font-size : 60px; 
	max-width : 380px; 
	height : 90px; 
	line-height : 80px;
	transform: translate(-50%, -50%) rotate(25deg);
	border-top : double 7px red;
	border-bottom : double 7px red;
	color : red;
	opacity : 0.7;
}
