html, body {
	background: red;
	width: 100%;
	height: 100%;
	margin: 0
}

#wrapper {
	margin: 0 auto;
    width: 920px;
    height: 524px;
    
}

#wrapper .items {
	float: left;
	float: left;
	width: 25%;
	height: 100%;
	overflow: hidden;
	
}

#wrapper .info {
	display: none;
	background-color: white;
	height: 524px;
	width: 100%;
	border: 1px solid #f1f1f1;
}

#wrapper .items a {
	display: block;
	height: 100%;
	border-left: 5px solid white;
	border-right: 5px solid white;
}
#wrapper .items:first-child a {
	border-left: 0;
}
#wrapper .items:last-child a {
	border-right: 0;
}

#infotab{
	color: white;
	font-size: 24px;
	text-align: center;
	padding-top: 70px;
}

#infoin{
	color: #585551;
	font-size: 18px;
	text-align: center;
	padding: 20px 10px;
}