#demo-inner {
	width: 2760px;
	height: 914px;
	background-color: #fff;
	background-image: url('loading.gif');
	background-position: 433px 100px;
	background-repeat:no-repeat;
	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: 1100px; 
	top: 220px;
}
 
#content2 {
	left: 60px; 
	top: 410px;
}
 
#content3 {
		left: 1100px; 
	top: 420px;
}
 
#content4 {
	left: 1100px; 
	top: 1040px;
}

#content5 {
	left: 2800px; 
	top: 460px;
}


#content6 {
	left: 100px; 
	top: 700px;
}


