<!--BEGIN RESET-->
  html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
  pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,
  strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
  caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;
  font-weight:inherit;font-style:inherit;font-family:inherit;
  vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;
  background:white}ol,ul{list-style:none}table{border-collapse:separate;
  border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,
  blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}h1,h2,h3,h4,h5,
  h6{font-weight:normal}
<!--END RESET--> 
*{}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
body{
  background: #eee;
  font-family: calibri, tahoma, arial, sans-serif;
  font-size: 62.5%;
  margin: 0px auto;
  width: 80em;
}
body div{
  height: .001em;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 50%;
  visibility: visible;
  width: 100%;
}
body div div{
  background: #fff;
  border: solid 0.1em #999;
  height: 9em;
  left: 50%;
  line-height: 3em;
  margin-left: -17em;
  padding: 2em 1em;
  position: absolute;
  top: -6.5em;
  width: 32em;
}
h1{
  color: #008;
  font-size: 2em;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
}
h2{
  color: #999;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
}
p{
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
}