body 
{
	color: #ffffff;
	font-family: Monospace;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	background-color: #000000;
	margin: 0px;
	overflow: hidden;
}

#container 
{
	z-index: -4; 
	position: absolute; 
	top: 0px; 
	left: 0px;
}

#background_click
{
	z-index: -1; 
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 100%;
}

#info 
{
	text-align: center;
	position: absolute;
	top: 0px; 
	width: 100%;
	padding: 5px;
	z-index: -2;
}

a 
{
	color: #ffffff;
}

.color_picker 
{
	width: 60px;
}
