@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

#birdSounds{
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: visible;
	z-index: 10;
	width: 150;
	height: 150;
	overflow: visible;
	top: 0px;
	right: 0px;

}
#bigPageWrapper{
	margin: 0px;
	padding: 0px;
	position: fixed;
	z-index: 0;
	left: 0px;
	top: 0px;
	overflow: hidden;
	background-image: url(../graphics/ghBackgroundTest.jpg);
	background-position: center bottom;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

#pageContainter {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	min-height: 100%;
	height: 100%;
	/*background-image: url(../graphics/ghBackgroundTest.jpg);
	background-position: left bottom;*/
}

#contentWrapper {
	width:700px;
	z-index:2;
	visibility: visible;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
	cursor: default;
	min-height: 100%;
	height: 100%;
}

#logoHeader{
	width: 640px;
	top: 9px;
	position: relative;
	z-index: 2;
	height: 171px;
	text-align: center;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
}

#legalFooter{
	margin: 0px;
	padding: 0px;
	width: 100%;
	left: 0px;
	text-align: center;
	z-index: 0;
	color: #000000;
	position: absolute;
	/*top: 660px;*/
	visibility: visible;
	bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
h1 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
