body {
  font-family: "Times New Roman", Times, serif;
	background: url(images/bg.png);
	margin: 0 auto;
}

a {
	color: #339933;
	text-decoration:none;
}

a:hover {
	color: #3366CC;
}

img {
	border:none;

}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

#page {
	margin: 0 auto;
	width: 1000px;
}

#content {
	margin-left: 220px;
	width: 575px;
}

#header {
	height: 189px;
  	width: 1000px;
	background: url(images/header.png);
}

#header2 {
	height: 39px;
  	width: 1000px;
	background: url(images/header2.png);
}
#middle {
	width: 1000px;
	background: url(images/middle.png);
}

#footer {
	height: 140px;
  	width: 1000px;
	background: url(images/footer.png);
}
#links {
	margin: 0 auto;
	width: 394px;
}

#home {
  float: left;
  height: 39px;
  width: 66px;
  /*text-indent: 10000px;*/
  overflow: hidden;
  background: url(images/home.png) 0 0 no-repeat;
}

#home:hover {
  background-position: 0px -39px;
}

#line {
  float: left;
  height: 39px;
  width: 9px;
  /*text-indent: 10000px;*/
  background: url(images/line.png) 0 0 no-repeat;
}

#gamemusic {
  float: left;
  height: 39px;
  width: 116px;
  /*text-indent: 10000px;*/
  overflow: hidden;
  background: url(images/gamemusic.png) 0 0 no-repeat;
}

#line2 {
  float: left;
  height: 39px;
  width: 13px;
  /*text-indent: 10000px;*/
  background: url(images/line2.png) 0 0 no-repeat;
}

#gamemusic:hover {
  background-position: 0px -39px;
}

#othermusic {
  float: left;
  height: 39px;
  width: 114px;
  /*text-indent: 10000px;*/
  overflow: hidden;
  background: url(images/othermusic.png) 0 0 no-repeat;
}

#othermusic:hover {
  background-position: 0px -39px;
}

#line3 {
  float: left;
  height: 39px;
  width: 13px;
  /*text-indent: 10000px;*/
  background: url(images/line3.png) 0 0 no-repeat;
}

#about {
  float: left;
  height: 39px;
  width: 63px;
  /*text-indent: 10000px;*/
  overflow: hidden;
  background: url(images/about.png) 0 0 no-repeat;
}

#about:hover {
  background-position: 0px -39px;
}

#contentheader {
	height: 49px;	
}