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;
}

#info {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	position: relative;
	top: 50%;
	left: 50%;
	color: #cfcfcf;
	margin-top: -40px;
	/* [disabled]margin-left: -200px; */
	text-align: center;
}

/*Bodacious Engineering Styles*/

#menu {
	position: absolute;
	z-index: 150;
	top: 0px;
	/* [disabled]left: 20px; */
	padding: 15px;
}

#header-p1 {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: lighter;
	margin-top: 24px;
	text-align: center;
	}
#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;
	alignment-baseline: central;
	text-align: center;
	}
#centre-text {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	width: 105%;
}
	#header-p3 {
	margin-top: 10px;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}
	
	#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 80px;
	z-index: 150;
	text-align: center;
	}
	#footer-content {
	/* [disabled]margin-left: auto; */
	/* [disabled]margin-right: 1px; */
	/* [disabled]width: 450px; */
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	}
	
	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;
}
