body {
	background: #000;
	color:#fff;
	font-family: helvetica,arial,sans-serif;
	font-size: 14px;
}
a:link, a:visited {
	color: #fff200;
}

a:hover, a:active {
	color: #32c6f4;
}

a.enter_circa:link, a.enter_circa:visited {
	display: block;
	margin-bottom:1em;
	background-color: #32c6f4;
	background-image: url('../images/enter-circasurvive.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	padding:1em;
}

a.enter_circa:hover {
	background-color:#fff200;
}

a.enter_minus:link, a.enter_minus:visited {
	display: block;
	margin-bottom:1em;
	background-color: #32c6f4;
	background-image: url('../images/enter-minusthebear.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	padding:1em;
}

a.enter_minus:hover {
	background-color:#fff200;
}

#content {
	width: 570px; /* Real width: 610px; */
	margin: auto;
	padding: 20px;
	background: url('../images/topmiddle.png') no-repeat top center;
	color: #000;


}

#content_after {
	width: 610px;
	margin:auto;
	background: url('../images/bottom.png') no-repeat bottom center;
	height: 109px;
}

#content_afternew {
	width: 1100px;
	margin:auto;
	background: url('../images/bottom-new.png') no-repeat bottom center;
	height: 236px;
}


#catman-deadguy {
	width:1100px;
	padding-top:20px;
	margin: auto;
	background: url('../images/catman-deadguy-3.png') no-repeat center top;
}

#legs {
	width: 1100px;
	margin:auto;
	background: url('../images/legs.png');
}

#deadguy {
	padding-top:125px;
	min-height: 1200px;
	background: url('../images/deadguy.png') no-repeat right top;
}

table.tour-dates {
	width: 500px;
	margin: 1em auto;
}

table.tour-dates td {
	padding: 10px;
	color:#000;
	border-bottom: 1px solid #ccc;
	font-family: helvetica,arial,sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	vertical-align: middle;
}


table.tour-dates td.tickets {
	text-align: center;
}



table.tour-dates .date {
	text-align: center;
	width: 80px;
}

table.tour-dates .date span {
	display: block;
	padding: 10px;
	background: #32c6f4;
	color:#000;
	font-size: 18px;
}

table.tour-dates .location {
	text-align: left;
	padding-left: 10px;
}

table.tour-dates .big {
	font-size: 2.5em;
	line-height: .6em;
	margin-top:10px;
	padding-bottom:5px;
}

table.tour-dates a:link, table.tour-dates a:visited {
	font-size: 12px;
	background: #fff200;
	display:block;
	color: #000;
	text-decoration: none;
	padding: 10px 5px;
	text-transform:uppercase;
	line-height:1.2em;
}

table.tour-dates a:hover, table.tour-dates a:active {
	background: #ef447f;
	color: #fff;
	text-decoration: none;

}


#footer {
	padding:20px;
	text-align:center;
	line-height: 1.5em;
}