body {
	padding: 0;
	margin: 0;
	background: url(diag.gif);
	color: #fff;
}

#wrap {
	position: absolute;
	top: 50%;
	margin-top: -125px;
	width: 100%;
}

#main {
	background-color: #000;
	width: 400px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999;
	text-align: center;
}

#theTable {
	width: 100%;
	margin-top: 10px;
}

#palettes {
	width: 200px;
	margin-top: 10px;
}

#under {
	width: 400px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 0.6em;
	color: #666;
}

a { color: #666; text-decoration: none; }

.colorbox {
	width: 80px;
	height: 80px;
	background-color: #fff;
	/*border: 1px solid #666;*/
}

#palName {
	padding-top: 10px;
	font-size: 1.4em;
	font-weight: bold;
}