	body{
		margin: 0px;
		padding:0px;
		background-color:#000;
		background:url(img/background.jpg) top left;
		font-family: Arial;
		font-size: 10px;
	}
	
	#toplogo{
		position:absolute;
		width:998px;
		height:427px;
		top:50px;
		left:-28px;
		z-index:10;
	}
		
	#page{
		width:998px;
		height:727px;
		position:absolute;
		top:15px;
		margin-left:-499px;
		left:50%;
		background:url(img/pagebg.png);
	}
	
	#content{
		width:77px;
		height:400px;
		position:absolute;
		top:198px;
		left:112px;
		background:transparent;

	}
	
	#zumshop{
		position:absolute;
		width:130px;
		height:56px;
		bottom:50px;
		left:435px;
		z-index:10;
	}
	
	/* Container DIV - automatically generated */
	.simply-scroll-container { 
		position: relative;
	}

	/* Clip DIV - automatically generated */
	.simply-scroll-clip { 
		position: relative;
		overflow: hidden;
		z-index: 2;
	}

	/* UL/OL/DIV - the element that simplyScroll is inited on
	Class name automatically added to element */
	.simply-scroll-list { 
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		
	.simply-scroll-list li {
		padding: 0;
		margin: 0;
		list-style: none;
	}
		
	.simply-scroll-list li img {
		border: none;
		display: block;
	}

	/* Custom class modifications - adds to / overrides above

	.simply-scroll is default base class */

	/* Container DIV */
	.simply-scroll { 
		width: 775px;
		height: 400px;
		margin-bottom: 1em;
	}

	/* Clip DIV */
	.simply-scroll .simply-scroll-clip {
		width: 775px;
		height: 400px;
	}
		
	/* Explicitly set height/width of each list item */	
	.simply-scroll .simply-scroll-list li {
		float: left; /* Horizontal scroll only */
		width: 286px;
		height: 400px;
		margin-left:40px;
	}

	
