html, body {
	margin: 0;
	padding: 0;
	font: 13px 'courier new', courier;
	color: #312A4B;
	background: #fdeff8 url(gfx/bg.gif);
	text-align: center;
	}

h1, h2, h3, h4, h5, h6, p, form {
	display: block;
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

a {
  color: #312A4B;
  text-decoration: underline;
  }
a:hover {
  color: #312A4B;
  text-decoration: none;
  }

.hd {
	position: relative;
	width: 600px;
	height: 243px;
	background: url(gfx/hd.gif) no-repeat;
	margin: 40px auto;
	}

div.hd a {
	position: absolute;
	left: 0px;
	top: 197px;
	display: block;
	width: 220px;
	height: 33px;
	}

.bd {
	width: 600px;
	margin: 0 auto;
	}
