html {
  height: 100%;
  background-color: #000;
}

body {
  background-color: #000;
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
  font-family: monospace;
  color: #626;
  height: 100%;
  overflow: auto;
  background:url('/static/background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

a {
  color: #938;
  font-weight: bold;
  text-decoration: none;
}
  
header {
  background-color: #626;
  height: 35px;
  width: 100%;
  opacity: .9;
  margin-bottom: 0px;
}
 
header h1.logo {
  font-family: monospace;
  margin: 0;
  font-size: 1.7em;
  color: #fff;
  text-transform: uppercase;
  float: left;
}
 
header h1.logo:hover {
  color: #fff;
  text-decoration: none;
}

footer {
  position: absolute;
  bottom: 0;
  background-color: #626;
  height: 45px;
  width: 100%;
  text-align: right;
}

footer img {
  display: inline-block;
}

footer:after {
  content: "";
  width: 100%;
  display: inline-block;
}
 
div#topcontainer {
  width: 940px;
  margin: 0 auto;
}

div#blackstripcontainer {
  margin: 0 auto;
  padding: 2em 0 2em 0;
  background-color: #000;
  color: #ee4;
}

div#maincontainer {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  width: 940px;
  margin: 0 auto;
  background-color: #fff;
}
 
h2 {
  margin: 0;
  font-size: 3em;
  text-align: center;
  letter-spacing: -2px;
}
 
h3 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 100;
  text-align: right;
  color: #626;
}

.wrapper { 
  margin: auto; 
  text-align: center; 
  position: relative;
  margin-bottom: 20px !important;
  width: 100%;
  padding-top: 5px;
  background-color: #000;
}

.scrolls { 
  overflow-x: scroll;
  overflow-y: hidden;
  height: 210px;
  white-space:nowrap;
} 

.feedEntryDiv { 
  margin: 0;
  height: 210px;
  width: 1200px; 
} 

.feedEntryDiv div { 
  display: inline-block;
  margin: 0px;
  height: 100%;
  max-height: 210px;
}

.feedEntryDiv img {
  margin: 0;
  padding: 0;
  height: 160px;
}

.feedEntryDiv p {
  color: #626;
  font-family: monospace;
  font-size: 50%;
  margin: 0;
  padding: 0;
}

.feedEntryDiv a {
  color: #fff;
  font-weight: normal;
  font-size: x-small;
}

