/* General */

* {
	border: none;
	margin: 0;
	outline: none;
	padding: 0;
}
#banner {
	display: block;
	overflow: hidden;
	left: 50%; top: 50%;
	position: absolute;	
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
	#banner div,
	#banner div div,
	#banner div div div {
		position: absolute;
	}

/* Custom */

#banner {
	background: url(bg.png) center center no-repeat;
	border: 1px solid #808080;
}
#banner, .full {
	width: 300px; height: 250px;
}
	#bg {
		background: url(bg.png) center center no-repeat;
		z-index: 99;
	}
	#loader {
		background: url(loader.png) 0 0 no-repeat;
		width: 300px; height: 300px;
		top: -25px;
		z-index: 20;
	}

	.letters {
		background-repeat: no-repeat;
		background-color: transparent;
		background-image: url(letters.png);
		width: 100%; height: 100%;
	}

	#block01 {
		left: 110px; top: 105px;
		width: 204px; height: 28px;
		z-index: 2;
	}	
		#block02 {
			left: 0; top: 13px;
			width: 81px; height: 15px;
		}
			#word01 {
				top: 0; left: 0;
				width: 40px; height: 14px;
				background-position: 0 0;
			}
			#word02 {
				top: 0; left: 44px;
				width: 36px; height: 14px;
				background-position: -50px 0;
			}
		#block03 {
			left: 84px; top: 0;
			width: 0; height: 28px;
			overflow: hidden;
		}
			#word03 {
				top: 13px; left: 0;
				width: 19px; height: 14px;
				background-position: -90px 0;
			}
			#word04 {
				top: 0; left: 25px;
				width: 96px; height: 27px;
				background-position: 0 -20px;
			}
		#block04 {
			left: -121px; top: 105px;
			width: 116px; height: 15px;
			z-index: 2;
		}
			#word05 {
				top: 0; left: 0;
				width: 34px; height: 15px;
				background-position: 0 -50px;
			}
			#word06 {
				top: 0; left: 40px;
				width: 54px; height: 15px;
				background-position: -40px -50px;
			}
			#word07 {
				top: 0; left: 99px;
				width: 17px; height: 15px;
				background-position: -100px -50px;
			}

		#block05 {
			left: 169px; top: 103px;
			z-index: 2;
		}
			#letter01 {
				top: 150px; left: 0;
				width: 18px; height: 27px;
				background-position: 0 -70px;
			}
			#letter02 {
				top: 150px; left: 19px;
				width: 18px; height: 27px;
				background-position: -20px -70px;
			}
			#letter03 {
				top: 150px; left: 39px;
				width: 14px; height: 27px;
				background-position: -40px -70px;
			}
			#letter04 {
				top: 150px; left: 52px;
				width: 22px; height: 27px;
				background-position: -60px -70px;
			}
			#letter05 {
				top: 150px; left: 70px;
				width: 11px; height: 27px;
				background-position: -90px -70px;
			}

	#logo {
		background: url(logo.png) center center no-repeat;
		opacity: 0;
		z-index: 5;
	}
	#blower {
		background: url(blower.gif);
		left: 0; top: 197px;
		width: 215px; height: 44px;
		z-index: 4;
	}
	#cta {
		background: url(cta.png) right center no-repeat;
		right: 0;
		width: 30px; height: 250px;
		z-index: 3;
	}
	#fireworks {
		background: url(fireworks_mrec.gif) center center no-repeat;
		opacity: 0;
		z-index: 1;
	}
	#cricos {
		background: url(cricos.png) center center no-repeat;
		opacity: 0;
		z-index: 2;
	}