html,body { 
  height: 100%; 
  width: 100%;     
	margin: 0px;
  padding: 0px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;  	
	color: #333333;
  background-repeat: repeat-x;          				     	  	
}

.message {
  width: auto;
  margin: 300px auto;
  border: 0px black solid;
  text-align: center;
}
