body {
  font-family: Arial;
	font-size: 12px;
	margin: 0;
	background-color: #000000;
}

#sitewrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	margin-top: -300px;
	z-index: 1;
	background-color: #333333;	
}

#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 167px;
	background-image: url(../imgs/top2.jpg);
}

#date {
	position: absolute;
	top: 88px;
	left: 509px;
	width: 195px;
	font-size: 14px;
	text-align: center;
	color: #000000;
	z-index: 20;
	height: 2px;
	font-family: "Comic Sans MS", cursive;
}

#menu {
  position: absolute;
	padding: 24px 0 0 50px;
	top: 167px;
	left: 0;
	width: 266px;
	height: 324px;
	background-image: url(../imgs/menuback.jpg);
}

#menu ul {
  margin: 0px;
	padding: 0;
}

#menu ul li {
  list-style-type: none;
	margin-bottom: 26px;
}

#menu ul li img {
  border: 0;
}

#content {
  position: absolute;
	top: 167px;
	left: 266px;
	height: 324px;
	width: 534px;
}

#bottom {
  position: absolute;
	bottom: 0;
	left: 0;
	width: 800px;
	height: 109px;
	background-image: url(../imgs/bottom.jpg);
}
