div#frame
{
  height: 100%;
}

div#startlogo img
{
  width: 700px;
  height: 100px;
  border: 0;
}

div#splashplayer
{
  width: 700px;
  display: block;
  position: relative;
  top: 5%;

}

div#startlink
{
  width: 700px;
  position: relative;
  top: 6%;
  text-align: right;
}

div#badge
{
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: block;
  height: 200px;
  width: 200px;
  background: url(img/badge.png) bottom left no-repeat;
  text-indent: -999em;
  text-decoration: none;
}

.tooltip
{
  position: absolute;
  display: none;
  border: 1px solid #888888;
  background-color: #ffffff;
}

.tooltip .head
{
  background-color: #3366CC;
  color: white;
  font-weight: bold;
  padding: 3px;
}

.tooltip .content
{
  background-color: #ffffff;
  padding: 3px;
}
