* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
body {
	font: small "Lucida Grande", "Lucida Sans", Verdana, "Trebuchet MT", Arial, sans-serif;
	color: #000;
	background-color: #282828;
	}
#container {
	background: #282828 url(../style-images/box.jpg) no-repeat 0 0;
	position: fixed; /* works for MacIE */
	position/**/: absolute; /* hack excludes MacIE and feeds other browsers ABSOLUTE - WinIE doesn't support FIXED*/
	width: 575px;
	height: 636px;
	top: 50%;
	left: 50%;
	margin-top: -318px;
	margin-left: -287px;
}
#content {
	margin: 215px 0 20px 173px;
	}
h1 {
	width: 252px;
	margin: 0 0 20px;
	}
h2, h3 {
	color: #000;
	background-color: transparent;
	font: 200% "Bell MT", "Times New Roman", "Times New RomanMT", Times, serif;
	margin: 12px 0;
	}
h3{
	margin-top: 14px;
	}
ul {
	list-style-image: url(../style-images/tick.gif);
}
li, p {
	line-height: 1.4;
	font-size: 110%;
	}
a:link, a:visited {
	color: #7fb93d;
	}
a:hover {
	color: #EB9000;
	}