/* CSS Document */

body {
	background: #000000;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	font-size:18px;
}

a, a:link {
	margin-top: 5px;
	font-weight: bold;
	color:#E9E6A0;
}
 
#main {
	margin: auto;
	width: 960px;
	text-align: center;
}

#links {
	width: 960px;
}
#links table {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 20px;
}
#links td {
	width: 231px;
	text-align: center;
/*	height: 80px; */
	background: rgb(152,0,0) url(images/red.png);
	border-left: solid black 12px;
}
#links td.first {
	border-left: 0px;
	background: rgb(152,0,0) url(images/gradient-rtl.png);
	background-repeat:repeat-y;
	background-position:left;
}

#links td.last {
	background: rgb(152,0,0) url(images/gradient-ltr.png);
	background-repeat:repeat-y;
	background-position:right;
}


#links a, #links a:link {
	font-size: 28px;
	text-decoration: none;
	color: white;
}

#links a:hover, #links a:link:hover {
	color: #CCCCCC;
}

#home_top {
	background: url(images/terradisco_home_head.jpg);
	background-repeat:no-repeat;
	padding-top: 340px;
}

#djs_illout {
	background: url(images/terradisco_djs_foot.jpg);
	background-repeat: no-repeat;
	height: 316px;
	padding-top: 1em;
}

#tickets {
position: relative;
padding-bottom: 2em;
text-align: left;
}

#tickets td {
	vertical-align: top;
	text-align: left;
	padding-right: 1em;
	padding-bottom: 2em;
}

#tickets table {
	margin-left: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#map {
	float: right;
}
#tickets_foot {
	padding-top: 20px;
}

.center, .centre { text-align: center;}
.clear {clear: both;}
