#global {
	text-align: center;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 990px;
	height: 640px;
	margin-top: -320px; /* half of the height */
	margin-left: -495px;
	background-image: url(../images/matte.gif);
	background-repeat: no-repeat;
    }
	
	#content {
	margin: 20px 20px;
	position:relative;
	height:600px;
	width: 950px;
}

LEAD { font-style: bold }

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
}

a {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #CCCC00;
	text-decoration: none;
}
#mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A8A8A8;
}
