#site_header {
  display: none;
}
body {
  background-color: #0088CC;
  color: #fff;
}
a {
  color: #fff;
}
a:hover {
  color: #fff;
}
#site_logo_container {
  margin-top: 20px;
}
#site_nav_container {
  display: none;
}
#page_header{
  display: none;
}
#content {
  width: 100%;
}
.page {
  margin-top: 20px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
}
#copyright {
   display: none;
}
#copy-right {
   text-align: left;
  width: 100%;
  clear: both;
  margin-top: 80px;
  border-top: 1px solid #7cd0fa;
  padding-top: 10px;
  font-size: 12px;
}