body {
	margin:0px;	
	background:#f2f2f2;
}
h1 {
	margin-top:10px;
	margin-bottom:0px;
	font:30px Constantia;
	font-style:italic;
	font-weight:700;
	text-align:left;
}
#mw {
	min-width:1000px;
	width:expression(document.body.clientWidth < 1000? "1000px": "auto" );
}
table {
	min-width:1000px;
	width:expression(document.body.clientWidth < 1000? "1000px": "auto" );
}
html, body {
height:100%;
}
.page {
min-height:100%;
height:auto !important;
height:100%;
margin:0 auto -30px;
}
.footer, .garant {
height:0px;
}