html,body {
	height:100%;
	width:100%;
	margin:0;
	font-size:10px;
	background-color:#F5FAF5;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}


div#container {
	position:relative;
	margin:-1.5em auto 0 auto;
	text-align:center;
	height:30px;
	line-height:3em;
	font-size:3em;
	top:50%;
	color:#585758;
}

div#container div span {
	color:#361236;
}
