* {margin: 0; padding: 0;}

body {
	font-family: tahoma, verdana, sans-serif;
	background: #000000;
}

p, a, a:visited {
	float: left;
	color: #FFFFFF;
	font-size: 9px;
	margin: 0 20px 0 0;
}

a, a:visited {float: right;}

#wrapper {
	margin: 50px auto;
	width: 1120px;
	height: 500px;
}

#key {
	height: 10px;
	width: 1120px;
	margin: 0 auto;
	text-align: left;
}

#key #color_deciseconds {
	float: left;
	height: 10px;
	width: 10px;
	margin: 0 5px 0 0;
	background-color: #FFFFFF;
}

#key #color_seconds {
	float: left;
	height: 10px;
	width: 10px;
	margin: 0 5px 0 0;
	background-color: #FFFF00;
}

#key #color_minutes {
	float: left;
	height: 10px;
	width: 10px;
	margin: 0 5px 0 0;
	background-color: #FF00FF;
}

#key #color_hours {
	float: left;
	height: 10px;
	width: 10px;
	margin: 0 5px 0 0;
	background-color: #00FFFF;	
}



#deciseconds div, #seconds div, #minutes div, #hours div {
	float: left;
	height: 500px;
	margin: 1px;
}

#deciseconds div {
	width: 2px;
	background-color: #FFFFFF;
}

#seconds div {
	width: 4px;
	background-color: #FFFF00;
}

#minutes div {
	width: 6px;
	background-color: #FF00FF;
}

#hours div {
	width: 8px;
	background-color: #00FFFF;
}