html,body { 
	color:#333; 
	font-family: verdana;
	font-size:12px;
	background: url("../img/bg.jpg");
	height:100%;
}

a{color:#CEB48B; text-decoration:none;}
.Content{
	font-size:60px;
	font-weight:bold;
	font-type: impact;
	color:#000;
	
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -317px;
  }
 
 .Content .rest{font-size:18px;}

.Content .nameOff{ color:#fff;}