html  { font: 12px/1.5 "Arial Black", "Arial Bold", Arial, Helvetica, sans-serif; font-weight: bold; } 
*, * *, * * * { margin: 0px; padding: 0px; }
* :focus { outline: 0; }
a { text-decoration: none; padding-bottom: 0px; }
a img { border:none; }
a:hover { border-bottom: 2px solid #ec008c; }

body { background: url(../images/wavyline.png) top left; padding-bottom: 30px; }
.logo { margin-top: 70px; }

#paper {
	position:absolute;
	top: 0px;
	right: 0px;
	float:right;
	z-index:100000;
}
#paper:hover { border:none; }

#container {
	width: 870px;
	padding: 62px 40px 0px 40px;
}

h1 {
	text-indent: -9999px;
	background: url(../images/header.png) top left;
	width: 392px;
	height: 295px;
}

h2 {
	text-indent: -9999px;
	background: url(../images/h2_dark.png) top left;
	width: 476px;
	height: 21px;
	margin-top: 35px;
}

#nav { margin: 32px 0 50px 0; padding: 0px; font-family: Impact, sans-serif; font-size:14px; letter-spacing: 1px; font-weight:normal !important; opacity: .9; }
#nav li { display: inline; margin-right: 27px; }
#nav li a { color: #fff; }

#content {
	font-size: 13px;
	color: #3f3734;
	width: 483px;
}
#content p { margin-top: 20px; }
#content p a { color: #3f3734; border-bottom: 2px solid #ec008c; }


#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	float: right;
}

#video { display: none; }

#zombie { margin: 225px 0 0 700px; }

/*		scroller		*/

#winners {
	position: absolute;
	left: 623px;
	background-color: #00aeef;
	width: 294px;
	height: 295px;
	border: 1px solid #00baf2;
	overflow: hidden;
}
	#scroll {
		background: url(../images/scroll-line.png) top center no-repeat;
		padding: 70px 0px 25px 0;
		height: 199px;
		width: 18px;
		float: right;
		margin-right: 9px;
	}
	#scroll img { position: absolute; cursor: move; }
	#copy {
		position: absolute;
		width: 245px;
		padding: 32px 0px 0px 10px;
		text-align: right;
		z-index: 0;
	}
	#winners p.top {
		position: absolute;
		width: 294px;
		background: url(../images/winners.png) top center no-repeat;
		height: 35px;
		top: 0px;
		left: 0px;
		z-index: 1000;
	}
	#winners p.bottom {
		position: absolute;
		top: 260px;
		width: 294px;
		background: url(../images/winners2.png) bottom center no-repeat;
		height: 35px;
		z-index: 1000;
	}

	#copy h3 {
		color: #fff;
		text-transform: uppercase;
		opacity: .9;
		letter-spacing:1px;
		font: 14px impact, sans-serif;
		font-weight: normal;
	}
	#copy p.winners span {}
	#copy p {
		font-size: 11px;
		margin: 15px 0;
		color: #fff;
	}
	#copy p.winners { color: #443d3b !important; }
	#copy p span {color: #443d3b;}
	.caps { text-transform: uppercase; }
	#copy p a {
		display: block;
		width: auto;
		float: right;
		margin: 3px;
		padding: 3px 5px;
		background: #ec008c;
		color: #fff;
	}
	#copy p a:hover { text-decoration: none !important; border: none; }
	