#centeredimage
{
text-align:center;
}
p
{
  color:#202020;
  text-align:center;
  font-size:14px;
  font-family:sans;
  line-height:20px;
  padding-top:10px;
  padding-bottom:10px;
}
h1{
  font-size:70px;
  line-height:90px;
  color:#000000;
  font-family:WebfontRegular;
  font-weight: normal;
}
h2{
  line-height:40px;
  color:red;
  font-family:WebfontRegular;
}
a{
  text-decoration: none;
}
a:link {color:#811;}      /* unvisited link */
a:visited {color:#822;}  /* visited link */
a:hover {color:#caa;}  /* mouse over link */
a:active {color:darkred;}  /* selected link */ 

h3{
  font-size:25px;
  line-height:40px;
  color:black;
  font-family:WebfontRegular;
  font-weight: normal;
}
#highlight{
  color:black;
  font-family:WebfontRegular;
}
* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
text-align:center;
min-height:468px; /* for good browsers*/
min-width:600px;/* for good browsers*/
}

#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}

#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 468px;
} 

#inner {
width: 600px;
/* background:red; */
/* height: 468px; */
text-align: center;
margin-left:auto;
margin-right:auto;
/* border:1px solid #000; */
}

@font-face {
    font-family: 'WebfontRegular';
    src: url('jancient-webfont.eot');
    src: url('jancient-webfont.eot?#iefix') format('embedded-opentype'),
         url('jancient-webfont.woff') format('woff'),
         url('jancient-webfont.ttf') format('truetype'),
         url('jancient-webfont.svg#WebfontRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
