#demo-wrapper {
	position: relative;
	height:100%;
	width:100%;
	overflow:auto;
}

#demo-inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.scrolling-content {

}

.scrolling-content h1 { 
	color: #fff;
	padding: 25px 0;
	font-size: 12px;
}


html, body{height:100%;}

body{overflow:hidden;}

div#loom {
background-image:url(loom.gif);
height:15px;
left:1em;
opacity:0.7;
overflow:hidden;
position:absolute;
top:1em;
width:21px;
}

div#loom p {
margin-left:37px;
}

div#loom a {
height:15px;
left:0em;
position:absolute;
top:0em;
width:21px;
}
