/*
Author: uli preuss
Author URI: http://ulipreuss.eu
*/


/*body { 
  font-size: 12px;
	color: #444;
	background-color: #111;
  line-height: 1;
  overflow: hidden; 
}
*/
*{
	font-family: 'Trebuchet MS', Arial, sans serif;
}

/*
a { 
  color: #FFD59F; 
}

img {
	border: none;
}
*/

#outer {
  height: 280px;
  width: 695px;
  display: table;
	background-color: #111;
  vertical-align: middle;
	font-family: 'Trebuchet MS', Arial, sans serif;
	color: #444;
	background-color: #111;
  line-height: 1;
  overflow: hidden; 
}

#outer div {
  position: static;
}

#container {
  position:relative;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  height: 256px;
}
#inner {
  width: 695px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

#splash {
  border: 1px solid #222;
  padding: 0px; 
  position: relative;
  text-align: left;
  border-color: #000;
  background-color: #000;
}

#splash,
canvas {
	width: 695px;
	height: 280px;
}

#progressIndicator {
  padding-top: 19px !important;
}

p#copyright {
  margin: 0 10px;
  text-align: right;
  font-size: 11px;   
}

