/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
	background: url("../images/back.jpg");
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ccc;
	font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 16px;
}

#wrapper { position:absolute; top:50%; margin-top:-113px; width:100%; }
#bar1 { background:#282828; margin-bottom:40px; }
#logo { background:url(../images/logo.gif) 0 8px no-repeat; height:45px; width:865px; margin:0 auto; }
#bar2 { background:#494949; }
#header { background:url(../images/heading.gif) 0 15px no-repeat; height:205px; width:865px; margin:0 auto; }
#copy { padding-top:50px; }
#copy a { color:#a0a0a0; text-decoration:none;}
#copy a:hover { color:#009cff; text-decoration:none;}
#copy ul { padding-top:10px; }
#copy li { float:left; padding-right:3.5px; color:#a0a0a0; }
#alert {margin: 10px 0; }