#oneOfSix {
	height: 160px;
	width: 230px;
	position: absolute;
	top: 190px;
	background-color: #333333;
	margin-left: auto;
	margin-right: auto;
	left: 20px;
	padding: 10px;
}
#threeOfSix {
	position: absolute;
	height: 120px;
	width: 230px;
	left: 20px;
	top: 390px;
	background-color: #333333;
	padding: 10px;
}
#twoOfSix {
	position: absolute;
	height: 160px;
	width: 230px;
	left: 270px;
	top: 190px;
	background-color: #333333;
	padding: 10px;
}
#fourOfSix {
	position: absolute;
	height: 120px;
	width: 230px;
	left: 270px;
	top: 390px;
	background-color: #333333;
	padding: 10px;
}
#fiveOfSix {
	position: absolute;
	height: 120px;
	width: 230px;
	left: 20px;
	top: 550px;
	background-color: #333333;
	padding: 10px;
}
#sixOfSix {
	position: absolute;
	height: 120px;
	width: 230px;
	left: 270px;
	top: 550px;
	background-color: #333333;
	padding: 10px;
}

