body {
	text-align: center;
	font-family: 'Arial Unicode MS', sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#intro {
	position: absolute;
	left: 50%;
	margin-left: -415px;
	width: 830px;
	height: 552px;
	background: url("../img/bg_index.gif") no-repeat top;
	text-align: left;
}

#intro h1 {
	position: absolute;
	top: 360px;
	left: 180px;
	width: 260px;
	font-family: 'Tempus Sans ITC', fantasy;
	font-size: 12pt;
}

#intro p {
	position: absolute;
	top: 420px;
	left: 80px;
	width: 720px;
}

#intro a {
	position: absolute;
	top: 510px;
	left: 410px;
	font-family: 'Tempus Sans ITC', fantasy;
	font-size: 12pt;
	text-decoration: none;
}

.smallerText {
	font-size: smaller;
}