body {	position		: absolute; 
		background-color: black;
		left			: 0px; 
		top				: 0px; 
		margin-top		: 0px;
		margin-left     : 0px;
		min-height			:   100%;  
		}

#left {
		background-color: black;
		visibility		: visible;
	  	position		: absolute; 
	 	left			: 0px; 
	  	width			: 100px;  
	  	height			:   630px;  
		}
#right {
		background-color: black;
		visibility		: visible;
	  	position		: absolute; 
	 	left			: 540px; 
	  	width			: 420px;  
	  	height			:   630px;  
		}
		
#content {
		background-color: white;
		visibility		: visible;
	  	position		: absolute; 
	 	left			: 100px; 
	  	width			: 440px;  
	  	height			:   100%;  
		}
#contentFloat {
		background-color: white;
		visibility		: visible;
	  	position		: relative; 
	 	left			: 100px; 
	  	width			: 440px;  
	  	height			:   100%;  
		}
