html,body			{ width: 100%; height: 100%; margin: 0; padding: 0; background-color: #171717; font-family: Consolas, monaco, monospace; }
*:focus				{ outline: none; }

#title				{ position: relative; top: 25px; font-size: 33pt; color: #444; font-weight: bold; cursor: default; }
#content			{ position: relative; top: 35px; width: 810px; height: 440px; background-color: #222; }
	#cnv				{ position: relative; top: 5px; }

#copyright			{ position: relative; top: 50px; color: #050505; cursor: default; }