

html,body,div,h1,h2,a{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}

body{
  line-height:1;
  
}
body {
   	padding:15px;
   	height:100%;
	font-family: "Helvetica", Courier;
	background-color:#ffffff;
}
#center {
	display: block;
	width: 225px;
	text-align: center;
	margin: 0 auto;
	position:absolute;
	left:50%;
	top:60%;
	margin:-100px 0 0 -100px;
	z-index:99;
}
h1 {
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	letter-spacing:2px;
}

a {
	text-decoration: none;
	color: #000;
}
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}