body {
	background-image: url(../images/wallpaper-bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/*
body {
	background-color: #999999;
	margin-left: 20%;
	margin-top: 10%;
	margin-right: 20%;
	margin-bottom: 10%;
}
*/

.videoCentered {
	background-position: center;
	text-align: center;
}


#mainBox {
	background-image: url(../images/wallpaper-bg-darker.jpg);
	background-repeat: repeat;
	height: 85%;
	width: 80%;
	background-attachment: fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 50px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 60px;
	vertical-align: middle;
}

#mainBox a:link {
	color: #663300;
	text-decoration: none;
}

#mainBox a:visited {
	color: #663300;
	text-decoration: none;
}
#mainBox a:hover {
	color: #996600;
	letter-spacing: 8px;
	padding-left: 0px;
}
#mainBox a:active {
}

#mainBox h1 {
	margin-bottom: 60px;
	margin-top: 40px;
	font-size: 36px;
	text-align: right;
}

#mainBox h2 {
	color: #FFFFFF;
	font-size: 22px;
	padding-left: 40px;
	padding-bottom: 20px;
}

.parens {
	font-size: 32px;
	font-weight: normal;
	color: #663300;
}


div.bottomLink {
	text-align: center;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	z-index: 5;
	width: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	height: 50px;
	background-image: url(../images/wallpaper-bg-darker.jpg);
	margin-left: -50px;
	margin-right: -50px;
	background-attachment: fixed;
	margin-bottom: 30px;
}

.bottomLink a {
	color: #FFFFFF;
	text-decoration: none;

}

.bottomLink a:link {
	color: #663300;
	text-decoration: none;

}
.bottomLink a:visited {
	text-decoration: none;

}

.bottomLink a:active {
}

.bottomLink a:hover {
	color: #996600;
	letter-spacing: 20px;
}

