body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		min-width:700px;
		
}

#container {
	padding-left:100px;
	background:#677e52;
	overflow:hidden;
	}
	
#container .column {
	
	position:relative;
	float:left;
	
	}
	
#centercol {
	width:100%;
	background:#c1dcab;
	}
	
#leftcol {
	width:100px;
	right:100px;
	
	margin-left:-100%;
	background:#677e52;
	}
	