#switcher {
	position:absolute;
	left:10px;
	top:5px;
}
#switcher .purple {
	width:20px;
	height:20px;
	background-color:#808588;
	border:3px solid #666;
	margin:5px 0;
}
#switcher .red {
	width:20px;
	height:20px;
	background-color:#993333;
	border:3px solid #666;
	margin:5px 0;
}