<style type="text/css">


html {
   margin:0;
   padding:0;
   width:100%;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   position:absolute;
   top:0;
   width:100%;
   height:40px;   /* Height of the footer */
   text-align: center;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:80px;   /* Height of the footer */
   text-align: center;
}
* {
	margin: 0;
	padding: 0; 
}

body {
	font-family: 'Open Sans', sans-serif; 
	color: white;
   	background:url(SawtoothBW.jpg) no-repeat #333;
	     display: flex;
  align-items: center;
  justify-content: center;

}

h1, h2, h3 { display: inline;}

b {
	font-weight: bold;
	font-style: normal;
}

i {
	font-weight: normal;
	font-style: italic;
}

bi {
	font-weight: bold;
	font-style: italic;
}

a:link {color:white;}
a:hover {color:orange;}

a img {border:none}
td,form {margin:0;padding:0}
table,tr,td {background:transparent}
tr {line-height: 14px}

a {  
	text-decoration: none;
}

.contents {
        position:absolute;
        /*width:500px;*/
        /*width: 60%;*/
        top:50%;
        left:50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /*background:#FFF6db;*/
        text-align:center;
}

.contactbutton {
	padding: 10px;
}

.replylink{display:none}

</style>
