/**************************************************************************
 *Spacer
 **************************************************************************/
#spacer{
  clear: both;
  width: 980px;
  height: 75px;
  margin: 0px auto 0px auto;
  background-color : #ffffff;
  text-align: center;
}
 
/**************************************************************************
 *Footer
 **************************************************************************/
#bottomMenu{
  position: relative;
  clear: both;
  width: 980px;
  height: 25px;
  margin: -50px auto 0px auto;
  padding: 5px 0px 0px 0px;
  background-color : #000000;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}