html {
	height: 100%;
	width:100%;
	overflow: hidden;
	}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	overflow: hidden;
	background:#e8e8e8 url(../images/tile.gif) repeat-x;
	width:100%;
	}
div#mainDiv {
	width:100%;
	height:200px;
	position:absolute;
	z-index:1000;
	overflow:hidden;
	
	}
	
div#gallery {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:0;
		
	}