@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
}
#logo, #logonew {
	margin: 0;
}
#logo a {
	display: block;
	width: 178px;
	height: 40px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	left: 100px;
	top: 0;
}
#logo span, #logonew span, #blueagency span, #banner span, #ticket1 span, #ticket2 span, #ticket3 span {
	display: none;
}
#logo a.blue {background-position: 0 -40px;}
#logo a.green {background-position: 0 -80px;}
#logo a.orange {background-position: 0 -120px;}
#logo a.pink {background-position: 0 -160px;}
#logo a.teal {background-position: 0 -200px;}
#logo a.red {background-position: 0 -240px;}
#logo a.yellow {background-position: 0 -280px;}

#logonew a {
	display: block;
	width: 200px;
	height: 122px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 25px;
	top: 0;
}
#blueagency {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../images/blueagency.jpg);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#container {
	height: 670px;
	width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	position: relative;
}
#polarbear {
	height: 194px;
	width: 550px;
	background-image: url(../images/polarbearonly.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 270px;
	left: 230px;
}
#ticket1 {
	background-image: url(../images/ticket1.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 68px;
	position: absolute;
	left: 0px;
	bottom: 65px;
}
#ticket2 {
	background-image: url(../images/ticket2.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 90px;
	position: absolute;
	left: 38px;
	bottom: 50px;
}
#ticket3 {
	background-image: url(../images/ticket3.png);
	background-repeat: no-repeat;
	height: 58px;
	width: 90px;
	position: absolute;
	right: 60px;
	bottom: 50px;
}
#banner {
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	height: 131px;
	width: 600px;
	position: absolute;
	left: 200px;
	bottom: 0px;
}
#stage {
	background-image: url(../images/stagebackground.jpg);
	background-repeat: no-repeat;
	height: 611px;
	width: 800px;
	position: absolute;
	left: 100px;
	top: 30px;
}
