<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------------------------
	GLOBAL SETTINGS
---------------------------------------------------------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background-color: #000;
	background-image: url(../_img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a {outline : none;}
a img {outline : none;}
img {border : 0;}


/*---------------------------------------------------------------------------
	PANDORA HEADER
---------------------------------------------------------------------------*/

#pandoraHeader {
	width:100%;
	height:32px;
	background: url(../_img/bg_pandorabar.jpg) repeat-x;
}

#pandoraHeaderWrapper {
	position:absolute;
	width:980px;
	height:32px;
	padding-left:10px;
	padding-right:10px;
	left: 50%;
    margin-left: -490px;
}

#pandoraLogo {
	background-image: url(../_img/pandoraLogo.png);
	width: 100px;
	height: 32px;
	float: left;
}

#social {
	float: right;
	display: table;
	margin: 6px 0 4px 0;
	height: 24px;
}

.social_btn {
	display: table-cell;
	vertical-align: top;
	border-right: 1px solid #45809f;
	padding: 0 15px;
}

.social_btn.twitter {
	padding-right: 0px;
}

.social_btn.twitter iframe {
	width: 92px !important;
}

.social_btn:last-child {
	border-right: none;
	padding-right: 0px;
}


/*---------------------------------------------------------------------------
	WRAPPER
---------------------------------------------------------------------------*/

#wrapper {
	width:1280px;
	height:800px;
	background-color: #333;
	margin: 0 auto;
	position: relative;
	background:url(../_img/bg_foreground.jpg) no-repeat;
}

#videoBox {
	border: 1px solid #232e38;
	background-color: #000;
	width: 680px;
	height: 382px;
	padding: 8px 16px;
	position: absolute;
	left: 16px;
	top: 285px;
}

.videoPlayer {
	margin-top: 50px;
	text-align: center;
	color: #fff;
}

#btn_tix {
	width: 334px;
	height: 53px;
	position: absolute;
	top: 430px;
/*	top: 400px;*/
	left: 730px;
}

#btn_sweep {
	width: 334px;
	height: 63px;
	position: absolute;
	top: 483px;
/*	top: 453px;*/
	left: 730px;
}

#btn_radio {
	width: 334px;
	height: 52px;
	position: absolute;
	top: 546px;
/*	top: 516px;*/
	left: 730px;
}

#btn_soundtrack {
	width: 334px;
	height: 52px;
	position: absolute;
	top: 568px;
	left: 730px;
}


.btn {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.btn .hover {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity = 0);
	top: 0;
	left: 0;
}


</pre></body></html>