img {
  margin: 0px;
}

body {
  font: 0.75em "Courier New", Courier, monospace;
  color: #fff;
  background: #000;
  margin: 0px;
}

a, img {
  border: none;
  text-decoration: none;
}

span a {
    background: #ef3a41;
}

a:link {
  color: #fff;
}

a:hover {
  color: #fff;
  background: #ef3a41;
}

a:visited {
  color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	body {
    font-size: 1em;
  }
}

#main {
  width: 100%;
  height: 602px;
}

#main img {
  float: left;
  clear: right;
}

#content {
  margin: 0 0 0 469px;
  height: 602px;
  background: url(../images/bg.png);
}

.inner {
  background: url(../images/hand.png) no-repeat;
  height: 562px;
  padding: 20px 0;
}

#bottom {
  background-color: #000;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 602px;
}

#logo img {
  cursor: pointer;
}

.hide {
  display: none;
}

p {
  margin: 0 0 15px 0;
  font-size: 90%;
}

p span,
li span {
  background: #515151;
  color: #FFFFFF;
  clear: both;
  padding: 0 5px;
}

.h1Wrapper {
  background: #000;
  width: 447px;
  height: 30px;
  padding: 0 0 0 5px;
  text-transform: uppercase;
  margin: 10px 0 3px 0;
}

h1 {
  color: #f24a53;
  padding: 10px 0;
  margin: 0 0 -4px 0;
  font-size: 200%;
  font-weight: bold;
}

.text label,
.textarea label {
  display: none;
}

.text,
.textarea,
.send {
  display: block;
  margin: 0 0 5px 0;
}

.text input {
  height: 24px;
}
.text input,
.textarea textarea {
  border: 0 !important;
  padding: 3px;
  font-size: 100%;
  width: 447px;
  font-family: "Courier New", Courier, monospace;
  overflow: auto;
  color: #fff;
  background: #000;
  background:url(../images/blank.gif) repeat;
}

#flashMessage {
  background-color: #9ba300;
  width: 452px;
  height: auto;
  padding:5px;
}

#copyright {
  color: #515151;
  padding-left: 10px;
}

#footerStoryWrapper {
    float: left;
    font-size: 12px;
}

#footerNewsStoryColumn1 strong {
    color: #ef3a41;
}

#footerNewsStoryColumn1 {
    margin: 100px 0 0 10px;
    width: 373px;
    line-height: 110%;
    color: #8c9b93;
    float: left;
}

#footerNewsStoryColumn2 {
    margin: 100px 0 0 25px;
    width: 373px;
    line-height: 110%;
    color: #8c9b93;
    float: left;
}
