html, body {
	margin: 0;
	padding: 0;	
}

body {
  background-color: black;
  font: 13px/160% Georgia, serif;
  font-style: italic;  
  color: #8c827a;
}

#boxcontent {
	text-align: center;
}

/* css roll over stuff */

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 960px;
  height: 210px;
  position: relative;
}

#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu a:hover span {
  display: block;
}

#menu .box {
  width: 182px;
  height: 182px;
  background: url(../images/box.jpg) no-repeat;
  left: 50%;
  top: 50%;
}