html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
}
html:hover #info, body:hover #info {
	display: none;
}

canvas {
	cursor: crosshair;
	position: relative;
	z-index: 0;
}

#instruction {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	color: #cfcfcf;
	margin-top: -40px;
	margin-left: -200px;
}

/*Bodacious Engineering Styles*/

#menu {
  position: absolute;
  z-index: 150;
  top: 0;
  left: 20px;
  padding: 15px;
}

#header-p1 {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: lighter;
	margin-top: 24px;
	}
#header-p1o1 {
	color: #E36C0A;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: lighter;
}
#header-p1o2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: lighter;
	color: #FF0000;
}
#header-p1b {
	color: #21759B;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: lighter;
}
	#header-p2 {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
	#header-p3 {
	margin-top: 10px;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:80px;
		z-index: 150;
	}
	#footer-content {
	margin-left: auto;
	margin-right: 1px;
	width: 500px;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
	
	A:link {
	text-decoration: none;
	color: #333;
}
	A:visited {
	text-decoration: none;
	color: #333;
}
	A:active {
	text-decoration: none;
	color: #333;
}
	A:hover {
	text-decoration: underline;
	color: #21759B;
}
