body {
	padding: 5em;
}

#content {
	width: 750px;
	height: 200px;
	text-align: center;
	background: url(image1.jpg) top left no-repeat;
	
}
#example {
	position: relative;

	width: 750px;
	height: 200px;
}
.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 750px;
	height: 200px;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat 
}
code {
	font-family: monospace;
	font-size: 1.2em;
}