@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0; padding:0;
	height:100%;
	font-family:Helvetica, Arial, Verdana;
	color:#cccccc;
}
body {
	background-color:#545C6C;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-367px; /* Set Margin Bottom to 1/2 of the height in #centered */
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:733px; width:960px; /*max-width:800px; min-width:400px;*/  /*ALTERNATIVE: USE % and/or MIN MAX FOR WIDTH TO SIZE AS PERCENT OF BROWSER WIDTH*/
	margin:0 auto;
	overflow:auto;
}
  
#content {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	height:733px;
	width:960px;
	padding:0;
	margin:0;
}

#flashcontent {
	outline:none;
}


h1 {
	text-indent:-9999px;
	background-color:transparent;
	margin:0;
	padding:0;
	line-height:0;
	font-size:9px;
}


/* General LAYOUT */

#copyright {
	top:733px;
	left:0;
	position:absolute;
	width:400px;
	height:20px;
	margin:0;
	padding:5px 0 0 0;
	font-size:9px;
	color:#9a9a9a;
}

/* LINKS */
a:link {
	color: #9a9a9a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9a9a9a;
}
a:hover {
	text-decoration: none;
	color: #ccc;
}
a:active {
	text-decoration: none;
	color: #ccc;
}


/* GENERAL FONT STYLES */
p {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
	text-align:justify;
}

