body
{
  background:url("images/yh_bg.png") repeat-x scroll left top #003015;
  font-family:arial,helvetica,clean,sans-serif;
  color: #FFFFFF;
}

#topbg
{
  background:url("images/yh_top.jpg") no-repeat scroll center top transparent;
  height:200px;
  left:0;
  min-width:970px;
  position:absolute;
  top:0;
  width:100%;
  z-index:0;
}

#header
{
  height:200px;
  left:0;
  min-width:970px;
  position:absolute;
  top:0;
  width:100%;
  z-index:1;
  text-align:center;
  font-size:30px;
}

#logo
{
  background:url("images/AFFKLFootball small.gif") no-repeat scroll center top transparent;
  height:200px;
  left:0;
  min-width:970px;
  position:absolute;
  top:0;
  width:100%;
  z-index:1;
  text-align:center;
  font-size:30px;
}

input[type=submit] {
    border-radius: 5px;
    border: 0;
    width: 30px;
    height:30px;
    font-family: Tahoma;
    background: url("images/button.jpg") no-repeat scroll center top transparent;
    background-size: 30px
}

table
{
  text-align:center;
}

a:link { text-decoration:none; font-weight:bold; color:#e00000; }
a:visited { text-decoration:none; font-weight:bold; color:#800000; }
a:hover { text-decoration:none; font-weight:bold; background-color:#ff0; }
a:active { text-decoration:none; font-weight:bold; background-color:#cff; }
a:focus { text-decoration:none; font-weight:bold; background-color:#080; }
