#demo-bar {
position: relative;
top:22px;
left:0px;
	margin-left: 0px;
	padding: 0px 0;
	height: 500px; 
	width: 200px;
	text-align: left;
    float: left;
    z-index:10;
}

#demo-wrapper {
  border-top: 1px solid #e9967a;
position: absolute;
top:260px;
left:200px;
	margin: 0px auto;
	overflow: hidden; 
	height: 250px; 
	width: 250px;
    float: left;
    visibility:hidden;
}

#demo-inner {
	width: 2270px;
	height: 1704px;
	background-image: url(mountains.gif);
	position: relative;
}

.scrolling-content {
	background: transparent url(bubble.png) top left no-repeat;
	width: 139px;
	height: 73px;
	text-align: center;
	position: absolute;
}

.scrolling-content h1 { 
	color: #fff;
	padding: 25px 0;
	font-size: 12px;
}

#content1 {
	left: 250px; 
	top: 100px;
}

#content2 {
	left: 800px; 
	top: 1350px;
}

#content3 {
	left: 1200px; 
	top: 550px;
}

#content4 {
	left: 1700px; 
	top: 1300px;
}