#content{
	width:740px;
	margin:0 auto 60px auto;
	padding:45px 0 1px 0;
	letter-spacing:20px;
}

h1{
	height:0;
	width:0;
	text-indent:-9999px;
}
h2{
	color:#ff1d91;
	font-size:14px;
	text-align:center;
	letter-spacing:1px;
	background:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	padding:5px 15px;
	margin-top:25px;
	margin-bottom:15px;
	border:solid 3px #ff1d91;
}

/* SCALE */
.pr40{
	padding-right:40px;
}

img{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
	margin-bottom:20px;
}
a:hover img{
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}