body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#center-line {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: top right center;
}
#background-left {
	background-attachment: fixed;
	background-color: #070707;
	background-position: right top;
}
#background-right {
	background-attachment: fixed;
	background-color: #070707;
	background-position: left top;
}
#footer {
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #FFFFFF;
	height: 122px;
	width: 772px;
}
#maincopy {
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	width: 772px;
}
#title-bg {

	background-image: url(images/title-bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	height: 36px;
	width: 204px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
#copy {
	width: 204px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-align: left;
	vertical-align: text-top;
	padding-top: 5px;
	
	
}
#copy a{
	width: 204px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #e60d2f;
	text-align: left;
	vertical-align: text-top;
	padding-top: 5px;
}
.redcopy {
	color: #FF0000;
	font-weight: bold;
}

