body {
	color: #000000;
	width: 400px;
	font: 12px/24px Calibri, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background: #eeeeee url(tile.jpg) repeat;
	text-align: left;
	word-spacing: 2px;
	margin: auto;
	padding-top: 70px;
	display: block;
	position: relative;
	text-shadow: #ffffff 0 1px 0;
	letter-spacing: normal;
}

#title {
	margin: auto;
	width: 220px;
	text-align: center;
	position: relative;
	display: block;
}

#links {
	text-align: center;
	width: 400px;
	margin: auto;
	padding-top: 24px;
	text-transform: uppercase;
	display: block;
	position: relative;
	background: url(divideplusarrow.jpg) no-repeat center bottom;
	height: 27px;
	letter-spacing: normal;
	word-spacing: 17px;
}

#main {
	width: 400px;
	margin: auto;
	text-align: left;
	position: relative;
	display: block;
	overflow: visible;
	visibility: visible;
	padding-top: 22px;
	padding-bottom: 22px;
}

#end {
	margin: auto auto 75px;
	width: 400px;
	height: 2px;
	display: block;
	position: relative;
	visibility: visible;
	overflow: visible;
	background: url(divide.jpg) no-repeat center bottom;
	top: -11px;
}

#links a:link {
	color: #000000;
	text-decoration: none;
}

#links a:active {
	color: #000000;
	text-decoration: line-through;
}

#links a:visited {
	color: #000000;
	text-decoration: none;
}

#links a:hover {
	color: #000000;
	text-decoration: underline;
	letter-spacing: normal;
	word-spacing: normal;
}

#sub {
	width: 320px;
	margin: auto auto 10px;
}