/*{
	border: 1px solid #000;
	line-height: .1em;
}*/
body{
	background: #efefef;
	background-image: -webkit-linear-gradient( rgb(0, 100, 155), white);
}
h1{
	font-family: arial;
	font-size: 250%;
	padding: 10px;
	width: 200px;
	text-align: center;
	line-height:.2em;
	text-shadow: 0px 0px 17px #fff;
	margin: 0px auto 0px auto;
}
.desc{
	font-family: monospace;
	font-size: 20px;
	text-align: center;
	text-shadow: 0px 0px 5px #fff;
	-webkit-transition: all 2s linear;
}
#game{
	width: 570px;
	height:400px;
	margin: 0px auto 0px auto;
}
.inst{
	vertical-align: middle;
	width: 150px;
	height: 400px;
	font-family: times;
	font-size: 16px;
	float: left;
	text-align: justify;
}
#canvas{
	width: 400px;
	height: 400px;
	border: 1px solid #000;
	background: #fff;
	position: relative;	
	float: right;
}

footer{
	width: 100%;
	height:200px;
}
