body {
	background: white;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#container {
	position: absolute;
	padding: 0;
	width: 800px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
}

#header {
  position: absolute;
  width: 544px;
  height: 176px;
  top: 80px;
  left: 128px;
  padding: 0;
  margin: 0;
  text-align: center;
  }

#header h1 {
  width: 544px;
  height: 176px;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

#header span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("http://burntwoodstudio.com/images/portalHeader.jpg") 0 0 no-repeat;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}

#link {
  position: absolute;
  overflow: hidden;
  width: 240px;
  height: 160px;
  padding: 0;
  margin: 0;
  left: 280px;
  top: 300px;
  text-align: center;
}
#link a {
  display: block;
  width: 240px;
  height: 160px;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#link a:hover span{
	background-position: -240px 0;
	cursor: pointer;
}

#link a:hover {
	border: none;
}

#link span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("http://burntwoodstudio.com/images/portalLogo.jpg") no-repeat;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}

#coming {
	position: absolute;
	top: 528px;
	width: 100%;
}

#coming h2 {
	text-align: center;
}