@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/back-home.jpg);
}
#countdown {
	color: #ff6b57;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	margin-top: 20px;
}
#countdown .days {
	font-size: 32px;
	line-height: 30px;
}
#info-container {
	float: right;
	width: 385px;
}
#video-content {
	width: 432px;
	height: 257px;
	margin-top: 20px;
}
#info-tickets {
	margin: 18px 21px 0 0;
	width: 118px;
	float: right;
}
#follow-us {
	text-align: right;
	margin-top: 150px;
	font-size: 11px;
	font-weight: bold;
}
#bottom-container {
	padding: 12px 0 12px 0;
}
#video-container, .thumb {
	float: left;
}
#video-header {
	background-image: url(../images/back-header-1col.gif);
	width: 326px;
	height: 35px;
}
#photo-container {
	float: right;
	width: 656px;
}
.thumb {
	width: 164px;
}
#quote {
	position: absolute;
	top: 89px;
	left: 387px;
}
/* buttons
----------------------------------------------- */ 
a.tickets {
	display: block;
	width: 118px;
	height: 13px;
	text-decoration: none;
	background: url("../images/buy-tickets.gif");
}

a.tickets:hover {
	background-position: 0 -13px;
}

