body
{
	background: #2a2c30 url(../img/bg-opacity-black.png) repeat top left;
}

#outer {height: 400px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 30%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; width: 100%;}

#inner {
	position: relative; top: -30%;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-family: verdana;
	font-family: 'Russo One', sans-serif;
	color: #999999;
	text-shadow: black 2px 2px 4px;
}

#logo
{
	font-size: 70px;
	color: #e15618;
	text-shadow: black 0.1em 0.1em 0.2em;
}