#container {
	position: relative;
	display: block;
	width: 160px;
	height: 600px;
	border:1px solid #666666;
	overflow: hidden;
	background: #0072c3 url("bg.png") no-repeat center center;
}

#content {
	width: 160px;
	height: 600px;
	opacity:0;
	overflow: hidden;
}

div, img{
	position: absolute;
	border:none;
	top:0;
	left:0;
}