
#body
{ 
background-image:url('images/back.jpg');
background-repeat: repeat-x;
background-color: #503b18;
}

#header{
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  height: 110px;
}

#links{
  position: absolute;
  top: 110px;
  left: 50%;
  width: 1000px;
  height: 35px;
  margin-left: -500px;
  text-align:center;
 }
 
#content {
  position: relative;
  top: 150px;
  left: 50%;
  width: 1010px;
  height: 350px;
  margin-left: -500px;
  font-family: verdana;
}

#footer {
  position:absolute; 
  top: 530px;
  left: 50%;
  width: 1000px;
  height: 99px;
  margin-left: -500px;
  color:white;
  text-align:center;
  font-family: verdana; 
  font-size: 11px; >
  
}

.class1 A:link {text-decoration: none; color:white;}
.class1 A:visited {text-decoration: none; color:white;}
.class1 A:active {text-decoration: none; color:white;}
.class1 A:hover {text-decoration: underline overline; color: orange;}

.class2 A:link {text-decoration: underline; color:white;}
.class2 A:visited {text-decoration: underline; color:white;}
.class2 A:active {text-decoration: none; color:white;}
.class2 A:hover {text-decoration: none; color:blue;}

.class3 A:link {text-decoration: underline; color:white;}
.class3 A:visited {text-decoration: underline; color:white;}
.class3 A:active {text-decoration: none; color:white;}
.class3 A:hover {text-decoration: none; color:orange;}

.class4 A:link {text-decoration: none; color:white;}
.class4 A:visited {text-decoration: none; color:white;}
.class4 A:active {text-decoration: none; color:white;}
.class4 A:hover {text-decoration: none; color:white;}


.clear { clear: both;}
