html
{
  height: 100%;
}

body
{
  text-align:center;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  color: #000000;
}

#placeholder
{
  width: 1px; 
  height: 50%; 
  margin-bottom: -250px;
  float: left;
}

#vertcontainer
{
  width: 100%; 
  height: 500px; 
  float: left;
  text-align: center;
}

#vertcontainerbg
{
  width: 100%; 
  height: 500px; 
  float: left;
  text-align: center;
  background-image:url(../navpics/left_bg.jpg);
  background-repeat:repeat-x;
}

#clip
{
  margin: 0 auto; 
  text-align: center;
  height: 500px; 
  width: 640px; 
  clear: left;
}

#flashcontent
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  color: #FFFFFF;
}

a:link
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  text-decoration: none;
  color: #999999;
}

a:visited
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  text-decoration: none;
  color: #999999;
}

a:active
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  text-decoration: none;
  color: #999999;
}

a:hover
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  text-decoration: underline;
  color: #999999;
}

