body {
	background: #000000;
	color: #fff;
	font-size: 1em;
}

a:link, a:hover, a:visited {
	color: #fff;
	text-decoration: none;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	/*width: 1000px; 
	height: 1000px;*/
	width: 1680px;
	height: 1050px;
	overflow: hidden;
	border:0px solid #000000;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		/*width: 1000px;
		height: 1000px;*/
		width: 1680px;
		height: 1050px;
		overflow:hidden;
		float:left;
		padding:none;		
		}
	div.scroller div.content {
		width: 10000px;
		}
		
	div#section2 {
		background:#000000;
		color:#ffffff;
		}
