.home#page-content {
  background-image: url('/assets/eee-bg.gif');
  border-bottom: 1px solid #1fbbbd;
}

.container {
  position: relative;
  margin: 0 auto; 
  font-size: 14px;
  width: 300px;
}

#home-logo {
  width: 300px;
}

input[type="submit"] {
  color: #fff;
  background-color: #1fbbbd;
  cursor: pointer;
  background:  -moz-linear-gradient(top, #1fbbbd 0%, #188d8e 100%); /* FF3.6+ */
  background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1fbbbd), color-stop(100%,#188d8e)); /* Chrome,Safari4+ */  background:  -webkit-linear-gradient(top, #1fbbbd 0%,#188d8e 100%); /* Chrome10+,Safari5.1+ */
  background:  -o-linear-gradient(top, #1fbbbd 0%,#188d8e 100%); /* Opera 11.10+ */
  background:  -ms-linear-gradient(top, #1fbbbd 0%,#188d8e 100%); /* IE10+ */
  background:  linear-gradient(top, #1fbbbd 0%,#188d8e 100%); /* W3C */
  filter:  progid: DXImageTransform.Microsoft.gradient( startColorstr='#1fbbbd', endColorstr='#188d8e',GradientType=0 ); /* IE6-9 */
  border: none;
  border-bottom: 1px solid #666;
}

#flash li {
  line-height: 18px;
  padding: 4px 9px;
  text-align: center;
}

#flash .notice {
  background: #cfc;
  border-bottom: 1px solid #6c6;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#flash .alert {
  background: #fcc;
  border-bottom: 1px solid #c66;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  text-align: center;
  color: #1fbbbd;
  font-size: 24px;
  font-weight: 300;
  margin: 10px 0 10px;
}

/*************************************************************************
 * Footer Styles
 *************************************************************************
 */
#page-footer.container {
  border: none;
  clear: both;
  font-size: 12px;
  padding: 0;
  text-align: center;
  margin-top: 10px;
}

#mobile-link,
#privacy-link,
#tos-link,
#contact-link,
#about-link,
#copyright {
  color: #1fbbbd;
  margin: 20px 10px 0;
  text-decoration: none;
  line-height: 20px;
}

#copyright {
  color: #666;
}

