body
{
  background-color: #000;
  text-align: center;
  color: #fcfcfc;
}

.container {
  position: relative;
}

.banner {
  position: absolute;
  margin: 100px 75px;
  float: left;
  width: 450px;
  height: 700px;
}

.banner img {
  width: 100%;
  height: auto;
}

.banner b {
  text-align: left;
}

.uploader {
  position: inherit;
  margin: 100px 75px 0px 650px;
  width: 700px;
  height: 700px;
  float: left;
}

.uploader img {
  width: 100%;
  height: auto;
}

form {
  position: inherit;
  margin: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fcfcfc;
}
