* {
  padding: 0;
  margin: 0; 
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 12px;
  
}

body {
  background: #000;
  color: #444;
}

#container {
  position: absolute;
  top: 0px; left: 50%;
  width: 980px; height: 100%;
  margin-left: -490px;
  background: #000;
}

#top {
  width: 980px; height: 321px;
  background: url(images/talent2007a.jpg);
}
#mid {
  width: 780px;
  padding: 0 100px 0 100px;
  background: url(images/talent2007b.jpg);
  min-height: 250px;
  _height: 250px;
}
#bot {
   width: 980px; height: 27px;
   background: url(images/talent2007c.jpg);
}

#mid p{
  padding: 5px 0 0 0; 
  text-align: justify;
  line-height: 1.5em;
  
}
#menu {
  position: absolute;
  width: 980px; height: 40px;
  top: 257px;
  text-align: center;
  
}

#menu a {
  color: #a00;
  text-decoration: none;  
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px 0 10px;
}

#menu a:hover {
  color: #000;
  text-decoration: underline;  
}
#mid a{
  color: #666;
  text-decoration: underline;
}

#mid a:hover{
  color: #c00;
  text-decoration: none;
}

img {
  border: 0px;
}

td {
  border: 1px solid #666;
  padding: 10px;
}

h1 {
  font-size: 14px;
  padding: 10px 0 10px 0;
}
.name {
  font-weight: bold;
  font-size: 14px;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}

.filled {
  background: url(images/td_bg.jpg);
  background-repeat: repeat-y;
}
.winner {
  background: url(images/td_bg2.jpg);
  background-repeat: repeat-y;
}


#submenu{
  position: absolute;
  top: 292px;
  width: 780px;
  height: 23px;
  background: url(images/submenu.jpg);
  padding: 7px 0 0 10px;
  text-align: center;
}


#submenu a {
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  padding: 0 10px 0 2px;
  
}
#submenu a:hover{
  text-decoration: underline;
  color: #f00;
}
