body {
  text-align: center;
  margin-top:10px;
  margin-bottom:10px;
  font:14px Verdana;
  color:#666666;
  background:#EDEDED url('../img/bg.gif') repeat-x ;
}
A:link {
	COLOR: red; text-decoration: none;
}
A:visited {
	COLOR: red; text-decoration: none;
}
A:active {
	COLOR: red; text-decoration: none;
}
A:hover {
	COLOR: red; font-weight:bold;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 750px; 
	height: 540px;
	overflow: hidden;
	border:1px solid red;
      margin-left:10px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:750px;
		height:540px;
		overflow:hidden;
		float:left;
		padding:1em;
            background:#ffffff;	
text-align:left;	
		}
	div.scroller div.content {
		width: 10000px;
            float:left;
		}

	div#section2 {
		background:#ffffff;
		color:#666666;
		}

