﻿* html #menu
{
	height: 1%;
	position: relative;
}

/* ie6 needs a small width image */
.menu-list
{
	background: url(Images/bg_menu_bottom.gif) no-repeat left bottom;
}

* html #content
{
	height: 1%;
	position: relative;
}

/* facebox fix */
* html #facebox_overlay
{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}