body {
	padding: 5em;
}

#content {
	width: 520px;
	height: 474px;
	text-align: center;
	background-color: #F2F2F2;
	padding: 5px;
	border: 5px solid #CCC;
}
#example {
	position: relative;
	/*border: 5px solid #F2F2F2;*/
	width: 470px;
	height: 470px;
}
.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	/*padding: 5px;*/
	width: 470px;
	height: 470px;
	/*background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat */
}
code {
	font-family: monospace;
	font-size: 1.2em;
}