

/* CSS starts here */

div {
	border: 0px solid red;
}

@font-face {
	font-family: fairydust;
	src: url("fonts/FairyDustB.ttf");
}

@font-face {
	font-family: neverwinter;
	src: url("fonts/Neverwinter.ttf");
}

.margin {
	margin: 10px;
}

.padding {
	padding: 10px;
}

.floatleft {
	float: left;
	clear: left;
}

.floatright {
	float: right;
	clear: right;
}

.stretch {
	overflow: auto;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.noselect {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.epicfont {
	font-size: 50px;
	font-family: neverwinter, fairydust;
	color: #000000;
}

.resource_name {
	color: blue;
}
.resource_value {
	color: brown;
}

.info {
	color: white;
}

body {
	/* http://www.freeseamlesstextures.com/texture_downloads/small/256x256_seamless_texture_04.htm */
	background: #444444;
	background-image: url("images/256x256_seamless_texture_04.jpg");

	font-family: arial, tahoma;
}

#game_canvas {
	box-shadow: 0px 5px 40px 15px #552200;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}

noscript {
	color: red;
}