#content{
	width:740px;
	margin:0 auto 60px auto;
	padding:10px 0 1px 0;
	letter-spacing:20px;
}

h1{
	height:0;
	width:0;
	text-indent:-9999px;
}
h2{
	color:#fff;
	font-size:14px;
	text-align:center;
	letter-spacing:3px;
	background:#e00;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-radius:10px;
	padding:5px 15px;
	margin-top:25px;
	margin-bottom:15px;
}

/* 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);
}