

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -280px;
}

 




/* text */
.text                     { 
		font-family:"Arial, Verdana, Helvetica, Geneva, sans-serif; 
		font-weight:bold; 
		font-size:11px; 
		line-height:21px;
		color:#666666;
		margin:10px 
		padding:10px 
		}

