﻿/* CSS Document */
/*.........................................

	Title:		XSSTUDIOS FREE ADS
	Author:		admin@xsstudios.com
	Updated:	17 November 2008
	Version:	1.0
    Website:	http://www.xyz.com
	
..........................................*/

/* Applies to all elements */
* {
	margin:0px;
	padding:0px;
	border:0px;
}
/* end */
body {
	font-size:12px;
	line-height:20px;
	color:#a2a2a2;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#161616;
}
.header-blue {
	background-image:url(../images/intro/Fullscreenflash/images/blue_background_with_logo.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	width:100%;
	height:25px;
	font-size:0px;
	position:relative;
	overflow:visible;
	z-index:10;
}
.header-black {
	background-image:url(../images/intro/Fullscreenflash/images/black_header_background_strip.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	width:100%;
	height:69px;
	position:relative;
	float:left;
	*float:none; /* Hack for IE 7.0 shifting. */
	z-index:50;		
}
.menu-container {
	width:971px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:26px;	
	left:54px;
}
.menu-container img 
{
	/* margin-right:18px; before ticket purchase taken out */
	margin-right:18px;
}
.top-banner {
	position:absolute;	
	width:747px;
	top:70px;	
}
.flash {
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	font-size:0px;
	line-height:0px;
}
.flash-illusion {
	width:100%;
	position:absolute;
	z-index:-1;
	top:94px;
	_top:81px;
	height:2px;
	background-color:#fff;
}
.footer {
	background-image:url(../images/intro/Fullscreenflash/images/footer_background_strip.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:96px;
	font-size:0px;
	line-height:0px;
	font-weight:bold;	
	position:fixed;
	overflow:visible;
	bottom:0%;
	_position:relative;
	_bottom:-2%;
}
.left-banners {
	margin-top:180px;
	*margin-top:111px;  /* Hack for IE 7.0 shifting. */
	margin-left:1%;	
	height:525px;
	*height:540px;
}
.left-banners ul {
	list-style:none;
}
.left-banners ul li {
	font-size:0px;
	line-height:0px;
	margin-top:8px;
}
.top-banner-center {
	z-index:100;
	width:747px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.bottom-banners 
{
	background-image:url(../images/intro/Fullscreenflash/images/bottom_banner.png);
	background-repeat:no-repeat;
	background-position:top left;	
	z-index:100;
	margin-left:auto;
	margin-right:auto;
	width:314px;
	margin-top:-98px;
	height:100px;
	_position:relative;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.center-section {
	width:200px;
	margin-left:auto;
	margin-right:auto;
	top:15px;
	position:relative;
}
