body {
  font-family:arial, verdana, helvetica, sans serif;
  font-size:.8em;
  color:#000;
  background-color:#fff }

h1 {
  font-size:1.2em }

h2 {
  font-size:1em }

h1,h2 {
  font-weight:700;
  margin:.5em }

p {
  margin:.6em }

body {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%) }

table.c2 {
  height:680px;
  width:850px;
  align:center;
  vertical-align:middle;
  margin:auto }

td.c1 {
  width:170px }

container {
  height: 700px;
  position: relative;
  border: 1px white;
}

center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

