/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
	
#splashcontainer {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 637px;
	height: 208px;
	margin-left: -318px;
	margin-top: -104px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.splash {
	height: 100%;
	text-align: center;
}
#flashcontent {
	height: 100%;
	margin: 10px;
}
/* end hide */

body {
	
	height: 100%;
	margin: 0;
	padding: 0;
	color: #333333;

}

a:link, a:visited {
	color: #B2802E;
}

a:hover, a:active {
	color: #666666;
}
#footercopy {
	margin: 10px 0 0 0;
	text-align: left;
	padding-left: 30px;
}
h1 {
	font-size: 1.5em;
}
