*{
margin:0;
padding:0;
}

fieldset {
    border: 0;
	display: inline;
	}
	
html, body{
		height:100%;
	}

body {
	font: 10px Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	margin:0;
	padding:0;
	text-align: center;
	background-image:url(images/ae_splash_bkg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	
}

flacontainer{
	
	position: relative;
	width: 862px;
	}


h2 {
	font-size:22px;
	color:#ffffff;
	margin-top: 0px;
	margin-bottom: 5px;
}

p {
	font-size:11px;
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	color:#ffffff;
	margin-top: 5px;
	line-height: 18px;
}

div#centercontainer{
	position: absolute;
	background-color: black;
	top: 0px;
	left: 50%;
	width: 50%;
	text-align: center;
	margin-left: -460px;
	margin-top: 10px;
	margin-bottom: 0px;
}
div#maincontainer {
	background-color: black;
	position: relative;
	text-align: left;
	top: 0px;
	left: 0px;
	width: 910px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*margin:0 auto;*/
	
}

#subnavcontainer a { 
	display: block;
	color: #FFF;
	background-color: #666666;
	width: 170px;
	padding: .2em .8em;
	text-decoration: none;
	}
	
#subnavcontainer a:hover{
	background-color: #000000;
	color: #FFF;
}

a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C90;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C90;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #960;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #960;
	text-decoration: none;
	font-weight:normal;
}

.copyright {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	color: #4A2919;
	letter-spacing: 0em;
}
