html, body {
  height: 100%;
  background-color: #222;
  font-family: "Georgia,Verdana,Times New Roman,Times";
}

#outer {
  display: table;
  height: 100%;
  margin: 0 auto;
}

#container {
  width: 825px;
  display: table-cell;
  vertical-align: middle;
}

#inner {
  border: 2px solid black;
  height: 750px;
  background-color: white;
  text-align: center;
}

#logo {
  background-image: url('../images/logo.png');
  width: 100%;
  height: 116px;
  border-bottom: 2px solid black;
}

ul.squareUl {
  list-style-type: square;
  list-style-position: inside;
}

#expose {
  margin-left: 215px;
  margin-top: 50px;
  text-align: left;
  width: 305px;
  padding: 10px 40px 10px 40px;
}

#outlines {
  margin-top: 30px;
}

h1 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}

h2 {
  font-weight: bold;
  border-bottom: 1px dotted #823;
  margin-bottom: 10px;
}

.mainBox {
  border: 1px solid black;
  background-color: #fafafa;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: left;
}

#outlineLeft {
  float: left;
  position: relative;
  left: 20px;
  width: 350px;
  height: 150px;
}

#outlineRight {
  float: right;
  position: relative;
  left: -20px;
  width: 350px;
  height: 150px;
}

#otherBox {
  width: 500px;
  margin: 250px auto 0 auto;
}

#outlineLeft img {
  float: left;
  margin: 5px;
}

a {
  color: #823;
  text-decoration: none;
  border-bottom: 1px dotted black;
}

#details {
  margin-top: 50px;
  text-align: center;
}
