a {
  color: #d94f23;
  text-decoration: none;
}

a:hover {
  color: #e00d24;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

hr {
  height: 1px;
  margin: 20px 0;
  color: #3c241c;
  background-color: #3c241c;
  border: 0px;
}

ul {
  margin: 0 0 0 20px;
  padding: 0;
}

h1 {
  font-size: 30px;
  color: #fff;
}

h2 {
  font-size: 24px;
  color: #d94f23;
}

h3 {
  font-size: 24px;
  color: #3c241c;
}

h4 {
  display: inline;
  font-size: 16px;
  color: #d94f23;
}

h5 {
  display: inline;
  font-size: 16px;
  color: #3c241c;
}

form {
  margin: 0;
  padding: 0;
}

label {
  float: left;
  font-weight: bold;
  font-size: 11px;
  margin: 7px 5px -5px 0;
}

button {
  height: 20px;
  padding: 0 5px;
  margin: 5px 5px 0 0;
  display: block;
  float: left;
  color: #fff;
  background: #d54423;
  border: 1px solid #211b1b;
  cursor: pointer;
}

button:hover {
  background: #e00d24;
}	

input {
  width: 150px;
  height: 18px;
  display: block;
  padding: 0 2px;
  margin: 5px 5px 0 0;
/*	float: left; */
  border: 1px solid #211b1b;
}
  
.center{
  text-align: center;
}

.page {
  width: 850px;
  margin: 0 auto;
  background: url('https://s3.amazonaws.com/thiswas.notinventedhe.re/with/page.jpg') repeat-y;
}

.page-head {
  height: 10px;
  background: url('https://s3.amazonaws.com/thiswas.notinventedhe.re/with/page-head-foot.png') no-repeat;
}

.page-content {
  padding: 10px 20px;
}

.page-foot {
  height: 10px;
  background: url('https://s3.amazonaws.com/thiswas.notinventedhe.re/with/page-head-foot.png') 0 -20px no-repeat;
}

.clear {
  clear: both;
}

.skyscraper{
  width: 160px;
  height: 600px;
  padding: 7px 0 0 0;
  margin: 0 12px;
}

.leaderboard{
  width: 728px;
  height: 90px;
  padding: 0 0 10px 0;
  margin: 0 auto;
}
