img.bg
{
	position: absolute;
	z-index: 4;
}

img#notepaper
{
	top: 25px;
	right: -225px;
}	

div#textfield
{
	position: absolute;
	z-index: 4;
	
	top: 120px;
	right: 20px;
	
	padding: 0px;
	
	width: 255px;
	height: 345px;
	
}

img#apps
{
	bottom: 75px;
	left: 25px;
}

img#bookcover
{
	top: 35px;
	left: 0px;
}

img#ipod
{
	bottom: -125px;
	right: 275px;
}

img#merch
{
	bottom: 40px;
	left: 175px;
}


img#pencil
{
	bottom: -50px;
	right: -80px
}

img#links
{
	top: 45px;
	right: 330px
}


.Scroller-Container 
{
	position: absolute;
	top: 0px; 
	left: 0px;
}

#Scrollbar-Container 
{
	position: absolute;
	top: 120px; 
	right: 23px;
	z-index: 10;
}

.Scrollbar-Up 
{
	cursor: pointer;
	position: absolute;
}

.Scrollbar-Track 
{
	width: 20px; 
	height: 308px;
	position: absolute;
	top: 17px; 
	left: 0px;
	background: transparent url("../images/scroll/scroll-track.png") repeat-y center center;
}

.Scrollbar-Handle 
{
	position: absolute;
	width: 20px; 
	height: 18px;
}

.Scrollbar-Down 
{
	cursor: pointer;
	position: absolute;
	top: 325px;
}
