* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	}

body {
	background-color: #fff;
	min-width: 1002px;
	min-height: 100%;
	max-height: 100%;
	}

#flashcontent {
	height: 100%;
	}

#alternateContent {
	position: absolute;
	height: 380px;
	width: 100%;
	padding: 55px 0 20px;
	top: 50%;
	left: 0;
	background: url('../img/bg_splash.jpg') no-repeat center top;
	margin-top: -140px;
	z-index: 100;
	}
	#alternateContent .wrapper {
		width: 538px;
		padding: 0 200px 0 40px;
		font: 11px Verdana, Arial, Helvetica, Sans-serif;
		margin: 0 auto;
		}
		#alternateContent .wrapper h1 {
			margin-bottom: 10px;
			}
		#alternateContent .wrapper p {
			width: 385px;
			margin-bottom: 15px;
			}
			#alternateContent .wrapper p a {
				font-weight: bold;
				color: #000;
				text-decoration: none;
				}
				#alternateContent .wrapper p a:hover {
					text-decoration: underline;
					}
#bottom {
	position: absolute;
	z-index: 50;
	background: url('../img/bg_bottom.gif') repeat;
	height: 50%;
	width: 100%;
	top: 50%;
	}

ul#sitenav {
	display: none;
	}

object, embed {
	display: block;
	}