HTML {
   overflow: -moz-scrollbars-vertical;
   overflow-y: auto !important;
}

html,
body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

BODY {
	BACKGROUND: #76C131;
	background-image: url(../bgs/bg.gif);
	background-repeat: repeat-x;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: center;
	COLOR: #444;
}
	
.page
{
	margin: 0 auto;
	width: 840px;
	background-color: white;
	/*position: relative;
	*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
}