body, html {
	background-color: #131217;
	color: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
	}
#floater {
	position:relative;
	float:left; 
	height:50%; 
	margin-bottom:-267px;
	width: 1px;
	}

#centered {
	position:relative; clear:left;
	height:535px; width:80%; max-width:800px; min-width:800px;
	margin:0 auto;
}
a {
	text-decoration: none;
	color: #131217;
}

img {
	border: 0;
}

#content {
	position:relative;
	clear:left; 
	height:535px; 
	position:relative;
	}

#content2 {
	margin: 1em auto;
	width: 800px;
	}

#left {
	position:absolute; 
	left:5%; 
	top:45%; 
	bottom:0; 
	right:0;
	padding:0px; 
	margin:0px;
	width: 200px;
	}

#slideshow {
    position:absolute; 
    left:25%; 
    right:0; 
    top:0; 
    bottom:0;
	overflow:auto; 
	height:535px;
	width: 400px;
	padding:0px; 
	margin:0px;
}

#right {
	position:absolute; 
    left:80%;
    right:0; 
    top:25%; 
    bottom:0;
	overflow:auto; 
	height:535px;
	width: 200px;
	padding:0px; 
	margin:0px;
	text-align: center;
}
