body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color:#ffff00;
}

html {

	height:100%;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

#base {
   
    position:relative;
	width:940px;
	z-index:0;
	visibility: visible;
	background-color:#fff;
	height:100%;


}

