#outerBorder {
  /*margin:50% 0px 0px 0px;*/

  margin: 0px auto;
  vertical-align: middle;
  display:table-cell;
  width: 800px;
  padding: 0 5px 5px 5px;
}

html,body {
	margin: 0px auto;
	padding:0;
    display: table;
	height:97%; /* needed for container min-height */
}

#header {
  height:35px;
  padding-bottom: 5px;
  font-family: 'Arial', 'Helvetica';
  display: table-cell;
  vertical-align: bottom;
  color: silver;
}

#subheader {
  font-family: 'Arial', 'Helvetica';
  letter-spacing: 5px;
  color: silver;
}

#space {
    padding-bottom: 5px;
}

#space2 {
    padding-bottom: 95px;
}

#main {
  width: 100%;
  margin-top: 5px;
  background:white;
}

#content {
  border-top: 1px dashed silver;
  border-left: 1px dashed silver;
  border-right: 1px dashed silver;
  font-family: sans-serif;
  color: silver;
  font-size: small;
}

#footer {
  font-family: 'Arial', 'Helvetica';
  font-size: x-small;
  color: silver;
  text-align: center;
  margin: 5px;
}