* {
	margin:0;
	padding:0;
	}
	
a img{
	border:none;
	padding:0;
	margin:0;
	}
	
a:focus, a:active { 
	outline: 0; 
	-moz-outline: none; 
	} 
	
html { /* Forces vert scrollbar on all pages*/
	height: 800px;
	margin-bottom: 1px;
	}
	
body {
	background-color:#fff;
	height:800px;
	}	

#left {
	left: 0;
	float:left;
	width:50%;
	height:800px;
	background-color:#000;
	}
		
#middle {
	position:absolute;
	width: 247px;
	height:800px;
	left:50%;
	margin-left:-123px;
	background-color:#000;
	}


#top {
	position:absolute;
	height:376px;
	width: 247px;
	background-color:#fff;
	}
	
#bottom {
	background-color:#000;
	margin-top:376px;
	height:auto;
	position:absolute;
	width: 247px;
	}
	