div#ooBoxContent 
{
  background-image:url('ooBox.gif');
  background-repeat:no-repeat;
  background-position:center center;
}
*html  div#ooBoxContent 
{
  position:absolute;
  left:50%;
  top:50%;
  margin-left:500px;
}

div#ooBoxController
{
  background-color:#987841;
}
div#ooBoxController a
{
  color:#FFFFFF;
  line-height:20px;
  padding-right:5px;
  text-decoration:none;
}
div#ooBoxController a:hover
{
  color:#f7e5bf;
}
