@charset "UTF-8";
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #f0e0c6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow:hidden; 
	width:100%; 
	height:100%;
}

html { 
	overflow:hidden;
}

a { color: #4a8e33; text-decoration: none; border-bottom: 1px dashed;}
a:hover { color: #552222; }

#poll {
	position: relative;
	text-align: center;
	top: -2000px; /* -380px; end */
	z-index: 100;
	font-family:"Book Antiqua", Georgia, Palatino, "Times New Roman", Times, serif;
	color: #441111;
}

.contentBG {
	background-image: url(images/fullBG.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	height: 1200px;
	width: 1800px;
}

#centeringLine {
	color: white;
	background-color: #0ff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#flashContent {
	position: absolute;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #330000;
	margin-left: -450px;	
	top: -300px;
	left: 50%;
	width: 902px;
	height: 600px;
	visibility: visible;
}