


.container {
	width: 1100px;
	padding:0px;
	margin:0px auto 0 auto;
}

.box {
	width:326px;
	height:245px;
	margin:20px;
	float:left;
	position: relative;
}

.box-content {
	display:block;
	padding:0px;
	width: 100%;
	height: 100%;
	background: #333;
	color:#ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.box-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index:10;
}

a.link {
	display:block;
	width: 100%;
	height: 100%;		
	position: absolute;
	top:0;
	left:0;
	z-index:15;		
}

