html, body, div#canvas {
	height:100%;
	padding: 0;
	margin: 0;
}
body {
	min-width: 960px;
	min-height: 560px;
	width: 100%;
	background: #eadac5 url(../gfx/bg.pattern.jpg);
	font: normal 13px/21px 'Courier New',Courier,monospace; 
	color: #454038;
}
div#canvas {
	text-align: center;
}
div#canvas div {
	padding: 80px;
}
div#canvas div small {
	font-weight: bold;
	font-size: 13px;
	line-height: 21px;
	color: #df221f;
}
div#canvas div a img {
	border: none;
}
