html {
	background: #000 url(halloween-1-bg.jpg) no-repeat center top;
}
body,
a {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	color:#d46f03;
}
h2,
h3,
h4,
h5,
h6 {
	color:#d7ad41;
	font-weight:normal;
}
#cc-content-outer {
	border:1px solid #333;
	border-top:none;
}
#cc-content-sub-inner {
	background:#000;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
.cc-divider {
	background:none;
	border-color:#272727;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover{
	background:#D46F03 url(halloween-1-regbtn.jpg) repeat-x center top;
	border:none;
	color:#ffd897;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover{
	background:#C96203;
	border:none;
	color:#ffd897;
}
.group-sep {
	border-color: #505050;
}
/****IE6****/
* html #cc-content-outer{
	float:left;
}
* html #cc-content {
	width: expression(570);
}
