body{
	background:#bdbdbd;
	font-family: helvetica, sans-serif;
	letter-spacing:-0.07em;
}
*{
	margin: 0 0;
	padding: 0 0;
}

.content{
	width: 424px;
	height: 332px;
	position: absolute;
	top:100px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

a.bottom{
	display:block;
	width:140px;
	height:140px;
	background:#b3b3b3;
	float:left;
	margin-left:1px;
	line-height:140px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

a.photo:hover{
	background:#000;
}
a.design:hover{
	background:#fff;
	color:#414141;
}

img{
	margin-top:15px;
	margin-left:65px;
	
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}
