@charset "UTF-8";
.HeadlineTextSize {
	font-size: 35px;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body {
	margin: 0;
	padding: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	/* This next one is for IE6 */
	background-attachment: fixed;
}
#buttonsContainer {
	width: 1024px;
	margin: 0px;
	padding-top: 575px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.floatLeft {
	float: left;
	width: 488px;
	padding-left: 24px;
}
.floatRight {
	float: right;
	width: 488px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.boxBG {
	width: 760px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(images/tileBG.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#header {
	height: 140px;
	width: 780px;
	margin-bottom: 20px;
	background-image: url(images/header.png);
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#thanksBox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.sectionHeader {
	height: 45px;
	width: 780px;
	background-image: url(images/wood.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

img#expando {
padding: 0;
margin: 0;
position: absolute;
display: none;
z-index: 1;
-ms-interpolation-mode: bicubic;
}
 
.wide img#expando,
.tall img#expando {
display: block;
}
 
.wide img#expando {
width: 100%;
height: auto;
}
 
.tall img#expando {
width: auto;
height: 100%;
}

.ie6fixed {
position: absolute;
top: expression((ignoreMe = document.documentElement.scrollTop ?
document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}
#BGcontainer {
	background-image: url(images/Poster.jpg);
	height: 643px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
