html,body, #contenttable{
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
	background-color: #FFFFFF;
   }

#contenttable {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 650px;
   }


.content {
	font-family: "Century Gothic";
	color:#054376;
	font-size:18px
}
