input {
  vertical-align: top;
}
body {
  background: #191919 ;
}
img.centered {
  display:block;
  margin: 0 auto;
}

#main-img {
  margin: -100px auto 0;
}

#main {
  background: url('../images/screen-1.jpg') no-repeat center top;
  width: 1200px;
  height: 1000px;
  margin: -100px auto 0;
}

#form {
  width: 820px;
  margin: 0 auto;
  padding-top: 375px ;
  padding-left: 120px;
}
input[name="email"] {
  border: none;
  width: 300px;
  height: 36px;
  font-size: 20px;
  margin-left: 305px;
}

input[type=submit] {
  margin-left: 20px;
  background: none; 
  width: 110px;
  height: 40px;
  border: none;
  cursor: pointer;
}
#footer a {
  color:#999;
}

#footer {
  text-align:center;
  margin-top: 450px;
  color:#999;
  font-size: 14px;
}
.mitch #footer {
  position: relative;
  top: -150px;
  margin-top: 0;
}

.social-buttons{
  text-align: center; 
  position: relative;
  top: -170px;
}