html, body{
  height: 100%;
}

body{
  background-color: #000000;
	text-align: center;
}

a img{
  border: none;
}

img{
  position: absolute;
}

#container{
  position: absolute;
	text-align: center;
	background-image: url("images/special%20images/heather_bkgrnd.gif");
  border: 1px solid black;
  top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -320px;
	width: 960px;
	height: 640px;
	overflow: hidden;
}

#conborder{
	left: 41px;
	top: 41px;
	z-index: 1;
}

#hbg{
	left: 45px;
	top: 42px;
	z-index: 1;
}

#container #header{
  position: relative;
	display: block;
	top: 12px;
	margin-left: auto;
	margin-right: auto;
	z-index: 500;
}