body {
	background-color: #000000;
	background-image: url(images/jg_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.white_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}
.white_body_sub {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #666666;
	text-align: left;
	font-weight: normal;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFF00;
}