body {
	background-color: #000000;
	background-image: url(images/gray-stone-texture.jpg);
	background-repeat: repeat;
	z-index: 1;
}

#content {
	z-index: 20;
	background-image: url(images/black-and-dots-left.gif);
	background-repeat: repeat-y;
	background-position: center;
	top: 0px;
}
#chrome {
	background-image: url(images/chrome.gif);
	background-repeat: repeat-y;
	background-position: center;
	z-index: 30;
	visibility: visible;
}
p {
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 0px;
}
table {
	padding: 20px;
}
a {
	color: #FFFF99;
}
#footer {
	font-size: 0.8em;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 50;
	background-image: url(images/footer-gray-bar.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	visibility: visible;
	font-weight: bold;
}
h2 {
	color: #FFCC00;
}
