body
{
  background-color: #888888;
}
a.link:link
{
  text-decoration:  none;
  color: #ffcc33;
} 
a.link:visited
{
  text-decoration:  none;
  color: #ffcc33;
}
a.link:active
{
  text-decoration:  none;
  color: #ffcc33;
}
a.link:hover
{
  text-decoration:  none;
  color: #ffcc33;
}
.centered
{
  text-align: center;
}
.orange_centered
{
  font-family: Verdana;
  font-weight: bold;
  color: #ff9000;
  text-align: center;
}
.red_centered
{
  font-family: Verdana;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}
.orange
{
  font-family: Verdana;
  color: #ff9000;
}
.red
{
  font-family: Verdana;
  color: #ff0000;
}
div#logo
{
  position: absolute;
  left: 25px;
  top: 25px;
  width: 75px;
  height: 75px;
  border-style: solid;
  border-width: 2px;
  z-index: 1;
}
div#header
{
  position: absolute;
  left: 125px;
  top: 25px;
  width: 1350px;
  height: 75px;
  background-color: #29447b;
  border-style: solid;
  border-width: 2px;
  z-index: 1;
}
div#login
{
  position: absolute;
  left: 25px;
  top: 125px;
  width: 200px;
  height: 400px;
  background-color: #29447b;
  border-style: solid;
  border-width: 2px;
  z-index: 1;
  
}
div#advertisements
{
  position: absolute;
  left: 1225px;
  top: 125px;
  width: 250px;
  height: 300px;
  background-color: #29447b;
  border-style: solid;
  border-width: 2px;
  z-index: 1;
}
div#main
{
  position: absolute;
  left: 250px;
  top: 125px;
  width: 950px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  background-color: #29447b;
  border-style: solid;
  border-width: 2px;
  z-index: 1;
}