/* jAnimator CSS */

body {
	min-width: 480px;
}

#title {
	position: relative;
	width: 50%;
	text-align: center;
	margin: auto;
	padding: 1% 0;
	font-size: 20px;
	color: #555;
	border-bottom: 1px solid #999;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	font-size: 17px;
}

.test {
	position: relative;
	display: inline-block;
	height: 100%;
	padding: 2% 0;
	width: 15%;
	margin: 5% 2.25%;
	text-align: center;
	color: #fff;
	background: #222;
}

.test:hover {
	background: #444;
}