/****************************************
  ==== RESETS
****************************************/

html,body,div,canvas {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
}
::-moz-selection { color: #333; text-shadow: none; }
::selection {  color: #333; text-shadow: none; }
.clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clear { display: inline-table; clear: both; }
/* Hides from IE-mac \*/ * html .clear { height: 1%; } .clear { display: block; } /* End hide from IE-mac */

/****************************************
  ==== LAYOUT
****************************************/

html, body { width: 100%; height: 100%; font-family: Helvetica, Verdana, Arial, sans-serif; background-color: #051216;background-image:url(background_tile.gif)}
body { }
p.header, p.footer { display: none; }
div.title {
	height: 38px;
	width: 500px;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	float: left;
	color: #333;
	text-align: left;
	font-size: 20px;
	position: relative;
	z-index: 10;
}
.template-wrap { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.template-wrap canvas { margin: 0 0 0 0; position: relative; z-index: 9; }
.fullscreen { float: right; position: relative; z-index: 10; }

body.template { }
.template .template-wrap { }
.template .template-wrap canvas {
	
}

	div#loadingBox {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  text-align: center;
  z-index: 1;
}

div#bgBar {
  position: absolute;
  width: 200px;
  margin-left: -100px;
  left: 50%;
  height: 10px;
  display: block;
  background-color: #033a4c;
  z-index: 1;
}
div#progressBar {
  left: 50%;
  position: absolute;
  margin-left: -100px;
  width: 0px;
  height: 10px;
  background-color: white;
  border-radius: 5px;
  z-index: 1;
}
div#bgBar {
  border-radius: 10px;
  z-index: 1;
}

p#loadingInfo {
	color: #FFF;
	letter-spacing: 1px;
	position: absolute;
	width: 100%;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	text-transform: lowercase;
	text-align: center;
	font-size: 30px;
	margin-top: 10px;
	z-index: 1;
}

	div#backgroundInfo {
	width: 100%;
	height: 100%;
	position: fixed;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	top: 0%;
	background-image: url("background.gif");
	background-repeat: no-repeat;
}
	div#twitter {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 4px;
}
