@charset "utf-8";
/* CSS Document */

body {
	background: #000 url(../img/burlap-bg.jpg) no-repeat top center;
	color: #FFF;
}

a, a:link, a:visited {
	color: #66CC00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 1110px;
	margin: 0px auto;
	text-align: center;
	margin-top: 10px;
}

#paper {
	position: relative;
	width: 747px;
	height: 560px;
	margin: 0px auto;
	z-index: 1;
	overflow: hidden;
}

#paper-shadow {
	position: absolute;
	width: 747px;
	height: 560px;
	background: url(../img/paper-shadow.png) no-repeat;
	z-index: 0;
}

#paper-content {
	position: absolute;
	width: 669px;
	height: 501px;
	left: 40px;
	top: 40px;
	background: url(../img/paper-bg.png) no-repeat;
	z-index: 1;
}

#header-img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 264px;
	height: 176px;
	text-indent: -9999px;
	z-index: 2;
}

#header-img.large-header {
	width: 425px;
	height: 283px;
	left: 50%;
	top: 50%;
	margin-left: -212px;
	margin-top: -141px;
	cursor: pointer;
}

#content {
	float: left;
	width: 494px;
	height: 100%;
	text-align: left;
}

#sponsors {
	position: relative;
	margin: 0px auto;
	width: 546px;
	height: 289px;
	top: -155px;
	z-index: 0;
	overflow: hidden;
}

#sponsor-shadow {
	position: absolute;
	width: 546px;
	height: 289px;
	background: url(../img/sponsor-shadow.png) no-repeat;
	z-index: 0;
}

#sponsor-content {
	position: absolute;
	width: 486px;
	height: 244px;
	left: 30px;
	top: 20px;
	background: url(../img/sponsor-bg.png) no-repeat;
}