#header
{
  background:url(HeadLeague4.gif) no-repeat;
  height:170px;
}

#predic
{
  background:url(FrontPredicLeague4.gif) no-repeat;
  height:225px;
  color:black;
  position:relative;
  width:647px;
}

#predic #content 
{
  float:left;
  padding:5px;
  height:115px;
  margin-top:90px;
  margin-left:5px;
  overflow:auto;
  width:505px;
  background:white;
}

#menu .dynamic, #menu .staticItem
{
  background:LightBlue;
  color:Indigo;
}

#menu .dynamic a:hover, #menu .staticItem a:hover
{
  color:##D4000;
}

.headline .header
{
  background:DarkSlateGray;
  color:DarkOrange;
}

.headline .header a
{
  text-decoration:none;
  color:BlanchedAlmond;
}

.headline .header a:hover
{
  text-decoration:underline;
  color:GreenYellow;
}

.sideBox100, .sideBox300, .sideBox500, .sideBox700
{
  background:##D4000;
  color:Indigo;
}

.sideBox100 a, .sideBox300 a, .sideBox500 a, .sideBox700 a
{
  text-decoration:none;
  color:OrangeRed;
}

.sideBox100 a:hover, .sideBox300 a:hover, .sideBox500 a:hover, .sideBox700 a:hover
{
  text-decoration:underline;
  color:GreenYellow;
}

#footer
{
  background:Black;
  color:White;
}

#footer a
{
  text-decoration:none;
  color:Yellow;
}

#footer a:hover
{
  text-decoration:underline;
  color:GreenYellow;
}


