/*-  Base styles
----------------------------------------------------------------------*/
body {
  text-align: left;
  background: #fffff;
  font-family: arial;
  font-size: 12px;
}

#container {
  width: 700px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: table; 
  padding: 0;
  text-align: left;
}

#inner {
  width: 700px;
  display: table-cell; 
  vertical-align: middle;
}

#left {
  text-align: left;
  width: 500px;
  font-size: 11px;
  float: left;
}

#right {
  width: 175px;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 11px;
  float: right;
}
a:link {
  text-decoration: none; 
  color: #59ae97
}

a:visited {
  text-decoration: none; 
  color: #59ae97
}

a:active {
  text-decoration: none; 
  background: #e16e69; 
  color: #ffffff
}

a:hover {
  text-decoration: none; 
  background: #e16e69; 
  color: #ffffff
}
