body{ margin: 0; padding: 0; 
text-align:center; /*For IE6 Shenanigans*/}

#wrapper{ height: 1023; width:955px;  
margin:0 auto;  
text-align:left;  
}  

.scroll {
width: 300px;
height: 100px;
padding-left: 5px;
padding-right: 5px;
border-color: #6699CC;
border-width: 1px;
border-style: solid;
float: left;
overflow: auto;
}

.gallery {
	position: absolute;
	left: 200px;
	top: 600px;
	width: 500px;
	height: 200px;
	padding-left: 5px;
	padding-right: 5px;
	border-color: #6699CC;
	border-width: 1px;
	border-style: solid;
}

.footer {
	position: absolute;
	left: 610px;
	top: 1000px;
	height: auto;
	width: 200px;
	bottom: auto;
}

