/*
 * Copyright (c) WebStroy | http://www.webstroy.ru/ 
 * Development: XHTML/CSS/JS "Ivan Kheygetyan" | ivan@webstroy.ru
 * Version: 1.0
 * Created: 2006-01-23
 * Updated: 2006-xx-xx
 */
.sectionBody {
	min-width: 900px;
	width: expression((document.documentElement.clientWidth||document.body.clientWidth)<900?'900px':'100%');
	margin: 0px;
	height: auto;
	width: 100%;
	height: 100%;
	position: relative;
	min-height: 100%;
	}
html>body .sectionBody {
	height: auto;
	}
.sectionEmpty {
	visibility: hidden;
	clear: both;
	height: 112px;
	width: 100%;
	}
.sectionFooter {
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 112px;
	}
	
	
.sectionFooter2 {
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 90px;
	}