body {
	background: #4d4d4d;
	margin: 0;
	padding: 0;
	font-family: optima, lucida grande, lucida sans unicode, verdana, helvetica, arial, sans-serif;
	text-align: center;
	color: #ccc;
}
:link {
	color: #b1c75b;

}
:visited {
	color: #a8a22b;
}
a:hover {
	color: #ced78b;
}
#header {
	background: #666666 no-repeat center fixed;
/*	background: #666666 url('/images/gl-bg-light.gif') no-repeat center fixed; */
	font-family: Times;
/*	font-size: 30pt; */
	padding: 150px 0 15px;
	color: #ccc;
	font-size: 15;
	text-align: center;
}
#content {
	text-align: left;
	width: 350px;
	margin: 0 auto;
}

h1 {
	font-size: 15pt;
/*	color: #4d4d4d;*/
	color: #4d4d4d;
}

#disclaimer {
	text-align: center;
	width: 300;
	margin: 0 auto;
	font-size: 8pt;
	color: #888888;
	font-style: italic;
}

#logo {
	padding: 100pt 0 0 0;
	height: 0pt;
	background-image: url('logo.png');
	background-position: center;
	background-repeat: no-repeat;
}
