#menu{
	position:absolute;
	top:0;
}
#wrapper{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-435px;
	width:870px;
}

h1{
	width:100%;
	height:160px;
	background:url(../img/photo_title.png) no-repeat center top;
	text-indent:-9999px;
	margin:75px 0 0;
}
#content_wrapper{
	border:solid 5px #3fcffe;
	border-top:none;
	width:750px;
	margin:0 auto 0;
}

#content{
	border:solid 5px #287de4;
	border-top:none;
	width:676px;
	margin:0 auto 0;
	padding:45px 32px 50px;
	background:#fff;
}

#content a img{
	width:200px;
	height:200px;
	border-radius:15px;
	display:block;
	float:left;
	margin:5px 6px 12px 6px;
	border:solid 6px #9ee7ff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	backface-visibility:hidden;
	opacity:1;
	filter:alpha (opacity=100); /* IE */
}
#content a:nth-of-type(even) img{
	border:solid 6px #bc9b80;
}
#content a:hover img{
	opacity:0.5;
	filter:alpha (opacity=50); /* IE */
}

.right{
	float:right;
}
.left{
	float:left;
}
#copyright{
	width:100%;
	height:45px;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
	padding-top:15px;
}

/* SCALE */
.pr40{
	padding-right:40px;
}