html {
  height:100%;
}

body {
  color: gray;
  background: gray;
  background-image: url("images/tiled_background.jpg");
  background-repeat: repeat;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
  height:100%;
}

#primary-container {
  color: gray;
  background: gray;
  background-image: url("images/tiled_center_background.jpg");
  background-repeat: repeat-y;
  width: 1050px;
  margin: auto;
  min-height: 90%;
  overflow: hidden;
}

#main-header {
  margin: auto;
  width: 1024px;
  position:relative;
}

#header-background {
  position: relative;
}

#logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#left-flame {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 85px;
  padding-top: 16px;
}

#right-flame {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 869px;
  padding-top: 16px;
}

#menu-bar {
  margin: auto;
  width: 1024px;
  font-size: 0;
  color: #464646;
  background-color: #464646;
  background-image: none;
}

#content-container {
  position: relative;
  margin: auto;
  width: 1024px;
  min-height: 100%
  vertical-align: top;
  color: #000000;
  background-color: #000000;
  background-image: none;
}

#logout-text {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 16px;
  padding-bottom: 16px;
  color: #D3D3D3;
  font-size: .83em;
  font-weight: bold;
}

.hidden-link {
  color: #FFFFFF;
  text-decoration: none;
}

.general-header {
  color: #D3D3D3;
  text-align: center;
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  margin: 0;
}

.general-footer {
  color: #D3D3D3;
  text-align: center;
  margin: 0;
}

.sub-header {
  color: #D3D3D3;
  text-align: left;
  margin: 0;
}

.general-divider {
  margin: auto;
  width: 95%;
  border-bottom: 2px solid #808080;
}

.sub-divider {
  margin: auto;
  width: 100%;
  border-bottom: 2px solid #808080;
}

.news-container {
  margin: auto;
  border: 2px solid #808080;
  border-spacing: 0;
  border-collapse: no-collapse;
  width: 80%;
  color: #464646;
  background-color: #464646;
  background-image: none;
}

.news-title {
  margin: auto;
  color: #D3D3D3;
  padding-left: 115px;
  padding-bottom: 5px;
}

.news-author {
  text-align: left;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
  color: green;
  background-color: #36454F;
  background-image: none;
  font-size: .83em;
  font-weight: bold;
  width: auto;
  white-space: nowrap;
  padding: 5px;
}

.news-content {
  padding: 10px;
  margin-top: -15px;
  margin-bottom: 0px;
  color: #D3D3D3;
}

#news-pagination-container {
  margin: auto;
  width: 80%;
  text-align: center;
}

#paginate-news-left {
  float: left;
  color: green;
}

#paginate-news-right {
  float: right;
  color: green;
}

.info-text {
  color: #D3D3D3;
}

.error-text {
  color: red;
}

.footer-divider {
  margin: auto;
  width: 92.5%;
  border-bottom: 2px solid #808080;
}

.footer-content {
  color: gray;
  background: gray;
  background-image: url("images/tiled_center_background.jpg");
  background-repeat: repeat-y;
  width: 1050px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  min-height: 10%;
}

.screenshots-table {
  border-spacing: 15px;
  margin: auto;
}

.screenshots-cell {
  border: 2px solid #808080;
  width: 192px;
  height: 192px;
}

.general-link {
  color: green;
}

#general-form {
  display: block;
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  width: 50%;
}

#general-form-container {
  margin: auto;
  width: 56.5%;
}

.general-input {
  width: 100%;
}

#general-button {
  width: 100%;
  margin-left: 3px;
}

.accounts-table {
  text-align: left;
  border-collapse: separate;
  border-spacing: 0px;
  border: 2px solid #808080;
  margin: auto;
  width: 100%;
}

.accounts-table-column {
  border-spacing: 0px;
  color: #D3D3D3;
}

.accounts-table-left-column {
  border-bottom: 2px solid #808080;
  border-right: 2px solid #808080;
}

.accounts-table-right-column {
  border-bottom: 2px solid #808080;
}

#activation-form {
  display: block;
  text-align: center;
}

#activation-form-container {
  white-space: nowrap;
  margin: auto;
  float: left;
}

.activation-input {
  width: 184%;
}

#activation-button {
  width: 125%;
}
