@CHARSET "UTF-8";

/*
GLOBAL
-----------------*/
* {
margin:0;
padding:0;
color: #000;
list-style:none;
}

a img {border: none;}

html {background: #fff url('/tpt/48/body_bg.jpg') repeat-x left top;}

body {background: transparent;}

/*
STRUCTURE
-----------------*/
#wrapper {
	margin: 0 auto;
	width: 990px;
	height: 1170px;
	background: transparent url('/tpt/48/wrapper_bg.jpg') no-repeat left 247px;
	}

#header {
	height:249px;
	background: transparent url('/tpt/48/header_bg.jpg') no-repeat left top;
	}

#maincontent {
	height:auto;
	background: transparent url('/tpt/48/maincontent_bg.jpg') no-repeat left top;
	}

#secondarycontent {
	height:200px;
	background: transparent url('/tpt/48/secondarycontent_bg.jpg') no-repeat left top;
	}

#footer {
	padding: 15px 0 15px 25px;
	text-align:center;
	font: normal 10px Verdana, Sans-serif;
	color:#000;
}
/*
PLAYER
-----------------*/
.overlay {
	position:absolute;
	text-align: center;
	background: url('/tpt/48/playButton.png') no-repeat center center !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tpt/1/playButton.png', sizingMethod='crop');
}

.overlay.small {
	width: 53px;
	height: 53px;
	margin: 55px 0px 0px 120px;
}

.overlay.big {
	width: 480px;
	height: 270px;
}


#playerwrapper {
	position: relative;
	top: 35px;
	left: 50px;
	width: 480px;
	height: 270px;
	cursor: pointer;
	background: #000;
	border: 1px solid #aa0065;
	}
	
/*
PLAYER
-----------------*/
ul#que {
    float:left;
	margin: 40px 0 20px 0;
	width: auto;
	height: auto;
	background:transparent;
}

ul#que li {
    float:left;
    margin: 5px 0 5px 15px;
    border: 5px solid #aa0065;
}

ul#que li a:link, ul#que li a:visited {
    float:left;
    display:block;
	width:300px;
	height: 169px;
	background:#141414;
}

ul#que li a:hover, ul#que a:active {

}


/*
FORMATTING
-----------------*/
p {
font: normal 13px Verdana, Sans-serif;
color: #000;
}

p.blurb {
    margin:75px 0 0 30px;
    width:390px;
    font: normal 20px Verdana, Sans-serif;
}

a.btm_banner {
    display:block;
    width: auto;
    text-align:center;
}
	
	
h2 {
	margin: 15px 0;
	font: normal 40px Arial, Sans-serif;
	color: #f2de5f;
	text-align: center;
	}

/* links */

h1 a:link, h1 a:visited {
	position: relative;
	top:40px;
	left:62px;
	font: normal 25px Arial, Sans-serif;
	color: #fda3f1;
	}
	
h1 a:hover, h1 a:active {
	text-decoration: none;
	}

#footer a:link,
#footer a:visited {
	color: #000;
	}

#footer a:hover,
#footer a:active {
	text-decoration:none;
	}

#footerTextLink a:link, #footerTextLink a:visited {
	margin: 10px 0 15px 0;
	display:block;
	font: bold 45px Arial, Sans-serif;
	color: #3e66b9;
	text-align:center;
	}
