body {
   background-color: #000;
   width: 800px;
}

a {
   text-decoration: none;
   color: #ff0;
}
a:visited {
   color: #ff0;
}
a:active {
   color: #ff0;
}
div.sponsor {
   color: #fff;
   background-color: #000;
   font-weight: bold;
   position: absolute;
   top: 175px;
   left: 610px;
   width: 100px;
}
div.content {
   color: #ff0;
   background-color: #000;
   position: absolute;
   top: 175px;
   left: 10px;
   width: 600px;
   text-align: center;
}
div.photo {
   color: #ff0;
   background-color: #000;
   position: absolute;
   top: 190px;
   left: 10px;
   width: 600px;
   height: 100%;
}