body {
  font-family: Arial;
  font-size: 12px;
  background-color: #F4F4F4;
  color: #4C4C4C;
  height: 100%;
  font-weight: bolder;
}

div.site {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
	width: 540px;
	/* height: 250px; */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -290px;
	margin-top: -145px;
	padding: 20px;
	text-align: center;
}

h1 {
  margin: 0px auto 40px auto;
  font-size: 20px;
  font-weight: bolder;
}

a {
  color: #b51446;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}