body {
	width:532px;
	height:600px;
	margin:0;
	padding:0;
	overflow:hidden;
	}

#outer-container{
	background: url(images/pensonafter.jpg) no-repeat fixed;
	width:532px;
	height:600px;
	position:relative;
	overflow:hidden;
	}

 
#handle {
	color:#fff;
	width:100%;
	height:22px;
	top:100%;
	background: url(images/handle.png) no-repeat top right;
	cursor:pointer;
	position:relative;
	border-top:1px solid #72911f;
	overflow:hidden;
		
	}
	
#resizable4 {
	background: url(images/pensonbefore.jpg) no-repeat fixed;	
	
	}
	

	
img {
	display:block;
	}