body,td,th {
  font: normal 14px Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
}
body {
  background-color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
}
a:link {
  color: #00ccff;
}
a:visited {
  color: #0066ff;
}
a:hover {
  color: 9bd3ff;
}
a:active {
  color: #0033ff;
}

#page {
  position: relative;
  width: 1008px;
  margin: 16px auto;
  text-align: left;
}
 
#menu { 
  height: 61px;  
  /* height: 20px; */
  margin: 0px;
  padding: 0px;
}

#content  {
  top: 61px;
  margin: 50px auto;
  padding: 0 100px 0 100px;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: left;
}

#menu ul li { display: inline; }

#menu ul li a {
  text-decoration: none;
  height: 61px; 
  /* height: 20px; */
  width: 167px;
  /* font: normal 24px Verdana, Arial, Helvetica, sans-serif; */
  /* margin: 12px; */
  position: absolute;
}

#menu ul li a i { visibility: hidden; }

a#home, #active a#home:hover { background-image: url(../buttons/home.jpg); left: 0px;}
a#planetarydebate, #active a#planetarydebate:hover  { background-image: url(../buttons/planetary.jpg); left: 168px;}
a#terroirdebate { background-image: url(../buttons/terroir.jpg); left: 336px;}
a#buywine { background-image: url(../buttons/buywine.jpg); left: 504px;}
a#images { background-image: url(../buttons/images.jpg); left: 672px;}
a#contact, #active a#contact:hover { background-image: url(../buttons/contact.jpg); left: 840px; }

a#home:hover { background-image: url(../buttons/home_hover.jpg); }
a#planetarydebate:hover { background-image: url(../buttons/planetary_hover.jpg); }
a#terroirdebate:hover { background-image: url(../buttons/terroir_hover.jpg); }
a#buywine:hover { background-image: url(../buttons/buywine_hover.jpg); }
a#images:hover { background-image: url(../buttons/images_hover.jpg); }
a#contact:hover { background-image: url(../buttons/contact_hover.jpg); }

#menu ul li a:hover,
#menu ul li a:active,
#menu ul li a:focus { outline: none; }

p.emphasis { text-align: center; }

a img { border: none; }
