body	{ 		
		margin:0px; 
		padding:0px;
		background-color:#2e3338;
		text-align:center;
		font-family: Arial, Verdana, sans-serif;
		font-size:14px;
		color:#27b5cf;
	}

	img { border:none; }
	
	#container {
		position:absolute;
		width: 100%;
		height: 100%;
		top: 50%;
    	left:0px;
		margin-top:-210px;
    	margin-left:0px;
	}
  
	#head { 
    	position:relative; 
   		width:100%; 
    	height:68px;
    	text-align:center;
    	border:none;
    	background-color:#22262b;
  }

	#content { 
    	position:relative; 
    	width:100%;
    	height:100%;
    	background-color:#000;
    	text-align:center;
  }
  
  #msg {
  	position:relative; 
  	width:100%; 
  	top:30px;
  }
  
  a { 
  	color:#fff; 
  	text-decoration:none; 
  }
  
  a:hover {
  	color:#27b5cf;
  }
  
  .dist1 { margin-top:3px;}
  .dist2 { margin-top:50px;}
  .dist3 { margin-top:8px;}
