#Black, #Orange, #Green, #Blue, #Red, #Yellow, #Purple, #White {
	width: 120px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	padding: 10px;
	color: white;
}
#Black {
	background: black;
	top: 0px;
	left: 0px;
}
#Orange {
	background: orange;
	top: 0px;
	left: 162px;
}
#Green {
	background: green;
	top: 0px;
	left: 324px;
}
#Blue {
	background: blue;
	top: 0px;
	left: 486px;
}
#Red {
	background: red;
	top: 50px;
}
#Yellow {
	background: yellow;
	color: black;
	top: 50px;
	left: 162px;
}
#Purple {
	background: purple;
	top: 50px;
	left: 324px;
}
#White {
	background: white;
	color: black;
	top: 50px;
	left: 486px;
}
#ColorContainer { 
	width: 647px; 
	margin: 25px auto 0pt auto;
	position: relative;
}