* {
  margin: 0;
  padding: 0
}
html, body {
  height: 100%;
  width: 100%;
}
body {
  text-align: center;
  min-height: 468px;
  min-width: 552px;
}
#xouter {
  height: 100%;
  width: 100%;
  display: table;
  vertical-align: middle;
}
#xcontainer {
  text-align: center;
  position: relative;
  vertical-align: middle;
  display: table-cell;
  height: 468px;
  border: 0px solid black;
}
#xinner {
  background: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 0px solid black;
}
p, h1 {
  margin-bottom: 1em
}
#header {
  margin-right: 0
}
.maintxt {
  text-align: left;
  margin: 1em;
}
.title {
  font-family: Arial, san-serif;
  color: #194AA0;
  font-size: 60px;
}
.tagline {
  font-family: Arial, san-serif;
  color: #194AA0;
  font-size: 20px;
  font-style: italic;
}
.contact {
  font-family: Arial, san-serif;
  color: #194AA0;
  font-size: 16px;
  padding: 100px;
  text-decoration: none;
}
.contact a {
  color: #194AA0;
  text-decoration: none;
}
