@import url('typography.css');
@import url('animation.css');
@import url('ui.css');
@import url('elements.css');
 @charset "UTF-8";
body {
	background-color: #999;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	height:600px;
	width: 1010px;
	overflow:hidden;
}
#top {
	font-size: 80px;
	color: #C00;
	font-family: 'Conv_DoctorSoosBold';
	-webkit-text-stroke: 2px black;
	text-stroke: 2px black;
	text-align:center;
	height:120px;
}
#cardHolder {
	background-image: url(../imgs/bg.jpg);
	background-repeat: no-repeat;
	height:600px;
	width:1010px;
}
#cardHolderBlank {
	background-image: url(../imgs/bgBlank2.jpg);
	background-repeat: no-repeat;
	height:600px;
	width:1010px;
}
#middle {
	float: left;
	height:386px;
}
#bottom {
	clear:both;
}

#banner {
	background-image: url(../imgs/banner_1a.png);
	height: 167px;
	width:50px;
	background-repeat: no-repeat;
	background-position: 60px;
}
#bannerSelect {
	background-image: url(../imgs/banner1.png);
	height: 167px;
	background-repeat: no-repeat;
	background-position: 60px;
	position: relative;
	top: -3540px;
	z-index: 15;
	opacity:0;
	visibility:hidden;
}
#superWhy {
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 100px;
	overflow: hidden;
	position: relative;
	background-image:url(../imgs/superWhy.png);
	top:-650px;
	left:-150px;
	z-index: 18;
}
#dino {
	overflow:hidden;
	background-repeat: no-repeat;
	background-image:url(../imgs/dino.png);
	width:210px;
	height:242px;
	position: relative;
	top: -550px;
	left: 617px;
	z-index:5;
}
#bear {
	overflow:hidden;
	background-repeat: no-repeat;
	background-image:url(../imgs/bear.png);
	width:289px;
	height:256px;
	position: relative;
	top: -400px;
	left: 397px;
	z-index:13;
}
#george {
	background-image: url(../imgs/george2.png);
	background-repeat: no-repeat;
	width:117px;
	height:123px;
	overflow: hidden;
	position: relative;
	top: -1000px;
	left: -123px;
	z-index:2;
}
#ghold {
	background-image: url(../imgs/george2.png);
	overflow: hidden;
	background-repeat: no-repeat;
}
#hill {
	background-image: url(../imgs/hill.png);
	height: 189px;
	width: 732px;
	position: relative;
	top: -986px;
	right: -280px;
	z-index:4;
}
#catHat {
	display:inline-block;
	overflow:hidden;
	background-repeat: no-repeat;
	background-image:url(../imgs/catHat.png);
	width:296px;
	height:256px;
	position: relative;
	top: -1314px;
	right: -953px;
	z-index:3;
	}
#elmo {
	display:inline-block;
	overflow:hidden;
	background-repeat: no-repeat;
	background-image:url(../imgs/elmo.png);
	position: relative;
	top: -1307px;
	right: 440px;
	z-index:6;
}
#snow {
	position: relative;
	left: 0px;
	top: -120px;
	height: 600px;
	width:1010px;
}

#thankyou {
	background-image: url(../imgs/thankYouBg.jpg);
	height: 658px;
	width: 1009px;
	position:relative;
	top: -50px;
}
#thankyou .headline {
	color: #FFF;
	font-family: 'Conv_DoctorSoosBold';
	font-size:55px;
	position:relative;
	top:190px;
	text-shadow: 2px 2px 2px #000000;
	text-align:center;
}
#thankyou p{
	color: #FFF;
	font-family: 'Conv_DoctorSoosBold';
	font-size:44px;
	position:relative;
	top:131px;
	text-shadow: 2px 2px 2px #000000;
	text-transform:uppercase;
	text-align:center;
	
}
#legal {
	position:relative;
	top:260px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	width: 892px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#confirm {
	height: 370px;
	width: 330px;
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
}
#logo {
	background-image: url(../imgs/pbsLOgo.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 97px;
	position: relative;
bottom: 51px;
left: 14px;
}
