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


p{
	margin:0;
	padding:0;
}
body {
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#151515;
	/*background-color:#0a0a0a;*/
}


DIV.outer
      {
      position: absolute;
	  z-index:10;
      left: 50%;
      top: 50%;
      width: 354px;
      height: 390px;
      margin-left: -177px; /* half of width */
      margin-top: -195px;  /* half of height */
      }
.line {
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:17px;
	color:#333333;
}

