html {
     height: 100%;
}
body {
   text-align: center; 
   height: 100%;

}

div.container {
	 margin: 0px auto; 
	 display:table;
	 width: 800px;
	 height: 1600px;
	 background-color: #FFFFF;
	 padding: 0px;
}

h1 {
   font-size: 1.3em;
}

