/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

#outer{
	height:100%;
	min-height:100%;
	min-width:400px;
	margin-left:0px;
	margin-right:300px;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#right {
	background-color:white;
	z-index:2;
	position:relative;
	width: 300px;
	float: right;
	margin-right:-303px;
	margin-left:3px;
	left:3px;
}

* html #centrecontent {height:1%;}/* combat IE's 3 pixel jog */
html>body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

#centrecontent {
	position:relative;
	width:100%;
	float:left;
	}