#shell #controls
{
  position: absolute;
  padding-bottom: 50px;
}
#contentPanel
{
  position: absolute;
  top: 50%;
  margin-top: -250px;
  height: 500px;
  width: 100%;
  background: url(../images/grunge-tile-mask.jpg) repeat-x left top;
}
#alex
{
  margin-left: 270px;
  float: left;
  display: inline;
  margin-right: 35px;
}
#contentPanel p
{
  position: relative;
  top: 35px;
  color: white;
  font-size: 16px;
  padding-bottom: 1em;
}

#contentPanel #myName
{
  font-weight: bold;
  color: #fefefc;
  font-size: 18px
}
#contentPanel #iKinda
{
  font-weight: bold;
  color: #e7dab0;
  font-size: 18px;
}
