body {
	background: #22252a;
	color: #fff;
	font-size: 14pt;
	line-height: 150%;
	font-family: times, Times New Roman, times-roman, georgia, serif; 
	margin: 0px;
	padding: 0px;
}

canvas {
	width: 100%;
	height: 100%;
/*	background-color: #991;*/
}

#backgroundHolder {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
/*	background-color: #999;*/
	top:0; 
	bottom:0;
	margin: auto 0;
}

img {
	border: 0px;
}

h1 {
	position: absolute;
	left: 20px;
	top: -54px;
	text-shadow: #6374AB 2px 2px 2px;
}

#strip {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
	width: 100%;
	height: 400px;
	position: absolute;
	top:0; 
	bottom:0;
	margin: auto 0;
	background: #22252a;
	-moz-box-shadow: 0px 0px 10px #555;
	-webkit-box-shadow:0px 0px 10px #555;
}