html
{
	height:100%;
}

body
{
	/*height:99.5%;*/
	height:100%;
	/*removed why is in place anyway? as pages cannot scroll right. ben*/
	/*overflow-x:hidden;*/
	overflow-y:auto;
}

#webpage
{
	position:relative;
	height:100%;
	min-height:60em;
	/**/overflow:hidden;
}

div.maxheight80
{
	max-height:80em;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
}

#footer
{
	position:absolute;
	bottom:0;
	margin-bottom:0;
}
#main-menu
{
	/*position:absolute;*/
	top:51.5%;
	height:auto;
	padding-bottom:0;
	bottom:inherit;
	margin-top:17.8em;
}

#main-menu.shop_the_look
{
	margin-top:14.3em;
}

#module_dynamic_placeholder2,
#module_dynamic_placeholder3
{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
}
#module_dynamic_placeholder3
{
	max-height:97%;
	height:97%;
}
#module_dynamic_placeholder4
{
	width:100%;
	margin-bottom:auto;
}
#module_dynamic_placeholder2
{
	height:97%;
	bottom:auto;
}
