body, html{
  margin: 0;
  padding: 0;
  background: grey;
}

#head, #content{
  margin: 0 auto;
  width: 960px;
}

#head{
  margin: 0 auto;
  height: 92px;
  background: black;
  padding: 1em 0 1em 0;
}

#text-wrapper{
  position: fixed;
  top: 200px;
  width: 100%;
}

#text-wrapper div{
  margin: 0 auto;
  width: 500px;
  background: white;
  padding: 1em;
  -moz-box-shadow: 0 0 6px black;
  -o-box-shadow: 0 0 6px black;
  -webkit-box-shadow: 0 0 6px black;
  -khtml-box-shadow: 0 0 6px black;
  box-shadow: 0 0 6px black;
  -moz-border-radius:2%;
  -o-border-radius:2%;
  -webkit-border-radius:2%;
  -khtml-border-radius:2%;
  border-radius:2%;
}

#text-wrapper img{
  float: right;
  cursor: pointer;
}

#head h1{
  margin-left: 1em;
  font-size: 34 px;
  color: white;
  font-family: Verdana;
}

#head img{
  margin-right: 1em;
  float: right;
}

#content{
  height: 1921px;
  background-color: black;
  padding-bottom: 150px;
}
