#container {
	margin: auto;
	width: 850px;
	height: 550px;
}

#title {
	height: 268px;
	background-image: url(none);
	background-repeat: no-repeat;
	background-position: center;
}

#footer span, #title span {
	visibility: hidden;
}

#links {
	height: 275px;
	text-align: center;
	padding-top: 50px;
}

dt {
	font-family: "Trebuchet MS";
	font-size:  .75em;
	font-weight: bold;
	display: inline;
}

.about {
	position:relative;
	left: -75px;
}

.reg {
	position:relative;
	left: 75px;
}

#footer {
	text-align:center;
	background: url(image/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
}

img {
	border: none 0px;
}

#content {
	width: 390px;
	height: 400px;
	position: relative;
	top: -595px;
	left: 450px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.pic {
	float: left;
	padding: 10px;
}