body {
	color: #333;
	margin: 0px auto;
	padding: 0px;
	background-color: #666666;
	background-image: url(../../art/sideshadow_bg2.gif);
	background-repeat: repeat-y;
	text-align: center;
	font-size: 75%;
	background-position: center top;
	background-attachment: fixed;
}
#mastercontainer {
	height: 100%;
	width: 700px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	text-align: left;
	background-color: #000000;
}
#footer p {
	font-size: 0.9em;
	color: #999999;
	background-color: #000000;
}
.sample_copy {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: center;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #015EAB;
	font-weight: bold;
	background-color: #000000;
}
#content_container {
	width: 698px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
.message {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
