html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }


body{
	background-image:url(../images/bg1.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font: 100% Arial,sans-serif;
	}
.container{
	width:902px;
	background-color:#fff;
	border: 1px solid #000;
	}

.scrollingcontent {
	background-color:#e9e9f4;
	padding:5px;
	width:680px;
	height:auto;
	}


.contenttable {
	background-color:#e9e9f4;
	}
	
.imgspcr{
	padding-right:10px;
	} 
p, ul {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}