HTML {
   overflow: -moz-scrollbars-vertical;
   overflow-y: auto !important;
}

html,
body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

BODY {
	BACKGROUND: #C5C5C5;
	/*background-image: url(../bgs/bg.jpg);
	background-repeat: repeat-x;
	*/
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: center;
	COLOR: #444;
	FONT: 12px Trebuchet MS;
	LETTER-SPACING: 0px;
	font-weight : normal;
}
	
.page
{
    margin: 0 auto;
    width: 972px;
/*    background-color: white;*/
/*	background-image: url(../bgs/bg.jpg);
	background-repeat: repeat-x;
    background-position: 0 0;*/
    /*text-align: left;*/
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}