html, body {
	background-image:url(../media/index/BACKGROUND_TILE.gif);
	cursor:url(../media/index/cursor.png), auto;
}
#content {
	position: absolute;
	width: 900px;
	height: 115px;
	left: 50%;
	margin-left: -450px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	color: #E95CF6;
	top: 80px;
}
.bold {
	font-weight:bold;
	text-decoration:underline;
	font-size:24px;
	text-underline-offset: 8px;
}
.highlight {
	background-color:#FF0;
	font-weight:bold;
}