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

html, body {
	margin:0;
	padding:0;
	height:100%;
	background: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
img {
	border:0;
}
#floater_logos {
	position:relative;
	float:left;
	height:50%;
	margin-bottom:-300px;
	width:1px;
}
#centered_logos {
	position:relative;
	clear:left;
	width:100%;
	height: 600px;
	margin:0 auto;
	background:#fff;
}
#content_logos {
	text-align: center;
	position:absolute;
	bottom:0;
	left: 1%;
	right: 1%;
	overflow:auto;
	height: 600px;
}
#floater_brochures {
	position:relative;
	float:left;
	height:50%;
	margin-bottom:-300px;
	width:1px;
}
#centered_brochures {
	position:relative;
	clear:left;
	width:100%;
	height: 600px;
	margin:0 auto;
	background:#fff;
}
#content_brochures {
	text-align: center;
	position:absolute;
	bottom:0;
	left: 16px;
	right: 1%;
	overflow:auto;
	height: 600px;
}
#floater_publications {
	position:relative;
	float:left;
	height:50%;
	margin-bottom:-350px;
	width:1px;
}
#centered_publications {
	position:relative;
	clear:left;
	width:100%;
	height: 700px;
	margin:0 auto;
	background:#fff;
}
#content_publications {
	text-align: center;
	position:absolute;
	bottom:0;
	left: 1%;
	right: 1%;
	overflow:auto;
	height:700px;
}
#floater_ads {
	position:relative;
	float:left;
	height:50%;
	margin-bottom:-350px;
	width:1px;
}
#centered_ads {
	position:relative;
	clear:left;
	width:100%;
	height: 700px;
	margin:0 auto;
	background:#fff;
}
#content_ads {
	text-align: center;
	position:absolute;
	bottom:0;
	left: 1%;
	right: 1%;
	overflow:auto;
	height:700px;
}
div.float {
	float: left;
}
div.float img {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div.header {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
#home {
	position:relative;
	text-align:center;
	margin: 0 auto;
	color: #CCC;
	padding-top: 15px;
}
#home a, a:active, a:visited {
	text-decoration: none;
	color: #CCC;
}
#home a:hover {
	text-decoration: none;
	color: #FFF;
}
#bottom {
	position:absolute;
	bottom:0;
	right:0;
	color: #CCC;
	padding-right: 15px;
}
#bottom a, a:active, a:visited {
	text-decoration: none;
	color: #CCC;
}
#bottom a:hover {
	text-decoration: none;
	color: #FFF;
}
