@charset "utf-8";
/* CSS Document */

/*
Full size background image
*/

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-align:center;
}

img#bg {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
} 



.maintext {
	z-index:1;
	color: #FFF;
	opacity:1;
	font-family: 'Ubuntu Mono', sans-serif;
	
}

#outer {height: 300px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 40%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; width: 100%;}

#inner {position: relative; top: -40%} /* for explorer only */
/* optional: #inner[id] {position: static;} */
	
	#inner {
	z-index:1;
	background-color:#000;
	opacity:0.6;
	padding-top:10px;

		
	
} 

