   html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
      background: #272727;
   }
   #wrapper {
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
      width: 800px;
   }

.title {
	font-family: verdana, tahoma;
	font-weight: bold;
	font-size: 14px;
	color:#bfbfbf;
	}
	
.subtitle {
	font-family: verdana, tahoma;
	font-weight: bold;
	font-size: 11px;
	color:#bfbfbf;
	line-height: 15px;
	}
	
.grey {
	font-family: verdana, tahoma;
	font-size: 12px;
	color:#666	;
	}
	
.grey a {
	font-family: verdana, tahoma;
	font-size: 12px;
	color:#666;
	text-decoration: none;
	}
	
.grey a:hover	 {
	font-family: verdana, tahoma;
	font-size: 12px;
	color:#666;
	text-decoration: underline;
	}
	
.rotator {
	font-family: verdana, tahoma;
	font-size: 12px;
	color:#666;
	padding-top: 100px;
	text-align: center;
	width: 800px;
	}
	
