body {
	font-family : arial;
	font-size : 13px;
	background-color : rgb(15,15,15);
}

h4 {
	font-size : 15px;
}


#fps {
	position : absolute;
	z-index : 10;
	font-family : "Lucida console", "Courier new";
	font-size : 12px;
	color : white;
	margin-left : 5px;
	margin-top : 5px;
}

#log {
	font-family : "Lucida console", "Courier new";
	font-size : 12px;
	color : rgb(128,128,128);
	float : left;
	text-align : left;
}

#log a {
	color : rgb(192,192,192);
}


.screensize {
	width : 500px;
	height : 250px;
}

#screen {
	margin : 0 auto;
	position : relative;
}

#footer {
	margin : 0 auto;
	position : relative;
	color : rgb(64,64,64);
	font-size : 11px;
	margin-top : 25px;
	text-align : center;
	letter-spacing : 1px;
}

#footer a, #footer span.link {
	text-decoration : none;
	color : rgb(82,82,82);
	cursor : pointer;
}

#footer a:hover, #footer span.link:hover {
	text-decoration : underline;
}

#output {
	position : absolute;
	top : 0;
	left : 0;
}


#title {
	font-family : Arial black;
	color : white;
	font-size : 24px;
	text-transform : uppercase;
	margin : 0 auto;
	text-align : center;
	height : 60px;
	padding-top : 10px;
	letter-spacing : 10px;
}

.title-letter {
	display : inline-block;
	vertical-align : middle;
}

#nocanvas {
	color : rgb(152,152,152);
}
#nocanvas a {
	color : rgb(184,184,184);
}
