html, body {
	margin:0; padding:0;
	height:100%;
}
 
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin:8px 0 0 8px;
}

body {
	background-color: #FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-300px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:600px; width:970px; max-width:970px; min-width:970px;
	margin:0 auto;
	background:#fff;
}

#folderA {
	/*position:relative; left:0px; right:0px; top:0px; bottom:0px;*/
	height:100px; width:970px; max-width:970px; min-width:970px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
	z-index:77;
}
#folderB {
	/*position:relative; left:0px; right:0px; top:0px; bottom:0px;*/
	height:400px; width:970px; max-width:970px; min-width:970px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
}
#folderC {
	/*position:relative; left:0px; right:0px; top:0px; bottom:0px;*/
	height:100px; width:970px; max-width:970px; min-width:970px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
}

#altContent1 {
	/*position:absolute; left:0; right:0; top:0; bottom:0;*/
	overflow:hidden; height:400px;
	padding:0px; margin:0px;
}
#altContent2 {
	/*position:absolute; left:0; right:0; top:0; bottom:0;*/
	overflow:hidden; height:100px;
	padding:0px; margin:0px;
}
#altContent3 {
	/*position:absolute; left:0; right:0; top:0; bottom:0;*/
	overflow:hidden; height:100px;
	padding:0px; margin:0px;
}

