@charset "utf-8";

* {
margin: 0;
padding: 0;
border: 0;
}


  div.container {top: 0; left: 0; width: 100%; height: 100%;
    position: fixed; display: table}



body {
	background-color: #000000;
}

#outer{
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
}
	/*  position: absolute;
03	  top: 50%;
04	  left: 0px;
05	  width: 100%;
06	  height: 1px;
07	  overflow: visible;

*/

#content {
	position: absolute;
	height: 610px;
	width: 1100px;
	margin-left: -550px;
	top: -305px;
	left: 50%;
	/*z-index:0;*/
}
/*
width: 300px;
height: 200px;
margin-left: -150px;  
position: absolute;
top: -100px;         
left: 50%;
*/

#alternative {
	height: 200px;
	width: 300px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.alternativetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c2c2c2;
	text-align: center;
}

