body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	color: #af0;
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
}

h1,h2,h3,h4,h5,h6,p, blockquote {
	margin: 0;
	padding: 0;	
}

#page {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(morghead.jpg) no-repeat 4% 100% #000;
}

#pagecontent {
	position: relative; 
	top: 50%;
	margin-top: -175px;
}

p {
	color: #0af;
}

.canvasContainer {
	border: 1px solid #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
}

#unlock, .canvasContainer {
	width: 350px;
	height: 350px;
}

#status.error {
	color: #f33;
}

#titleContainer {
	position: absolute;
	text-align: center;
	width: 100%;
}

#title {
	color: transparent;
	font-weight: bold;
	font-size: 90pt;
}