

body {

}

#bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#content {
	position: fixed;
	width: 600px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -300px;

	background: rgba(255,255,255, 0.9);
	border-radius: 3px;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	
	text-align: center;
}

#content header {
	height: 60px;
	line-height: 60px;
}
#content .title {
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 5px;
}
.colorrow {
	xmargin-top: 10px;
}
.colorrow .input-prepend {
	margin: 10px;
}


#output {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	xfont-size: 110%;
	opacity: 0.8;
	margin-top: 40px;
	height: 160px;
	line-height: 20px;
}

#content footer {
	height: 40px;
	line-height: 40px;
	font-size: 90%;
	opacity: 0.3;
}
#content footer a {
	color: inherit;
	font-weight: bold;
}
