/*	$Id: easter.css,v 1.1.1.1 2008/03/30 02:25:18 spud Exp $	*/
html {
				height: 100%;
			}
			
			body {
				margin: 0 auto;
				padding: 0;
				background-image: url(../../graphics/easter2K8/background.jpg);
				background-repeat: repeat-y;
				background-position: top center;
				height: 100%;
			}
			
			#wrapper {
				position: relative;
				margin: 0 auto;
				width: 994px;
				min-height: 100%;
			}
			
			#header {
				position: absolute;
				top: 0;
				right: 0;
				height: 194px;
				width: 994px;
			}
			
			#bblogo {
				position: absolute;
				top: 6px;
				left: 393px;
				height: 208px;
				width: 208px;
				z-index: 10;
			}			
			#content {
				position: absolute;
				background-image: url(../../graphics/easter2K8/background_content.png);
				background-repeat: no-repeat;
				background-position: center;
				top: 220px;
				right: 0;
				height: 503px;
				width: 994px;
			}
			
			#content_copy {
				position: relative;
				padding-top: 14px;
				width: 994px;
				font-family: Gerogia, Serif;
				font-size: 13px;
			}
			
			#pay_options {
				position: absolute;
				bottom: 20px;
				right: 60px;
				width: 132px;
				height: 34px;
			}
			
			h1 {
				padding: 20px 0 5px 0;
				margin: 0;
				font-family: "Cooper Black", "Arial Black";
				font-size: 19px;
				color: #b25456;
				font-weight: normal;
				text-align: center;
			}	

			h1 a img {
				border: none;
			}
			
			#buy_button {
				position: absolute;
				left: 600px;
				top: 300px;
			}
