@charset "UTF-8";

/* Makes IE6 work with our auto-resizing list */

body { 
	height: 100%;
}

#wrapper {
	height: 100%;
}

#content {
	height: 100%;
}

#list_wrapper {
	height: 100%;
}

#list_body_wrapper {
	height: expression(document.body.clientHeight-150);
}