#ads{
		width:730px;
		margin-top:15px;	
	}
	body{
		font-family: Verdana, Arial, sans-serif;	/* Font to use */
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;
		background-color: #FFFFFF;
		text-align:center;
	}
	img{
		border:0px;
	}
	p{	
		margin-top:0px;
	}
	.clear{
		clear:both;
	}
	#mainContainer{
		width:200px;
		margin:0 auto;
		background-color:#F0F0E7;
		border-left:0px solid #000;
		border-right:0px solid #000;
		border-bottom:0px solid #000;
		padding:1px;
		background-color:#F0F0E7;	
		text-align:left;
			
	}
	
	
	#scrollingContainer{
		width:210px;	/* 170 pixels in width */
		height:185px;	/* Height of box */
		
		border:0px solid #000;	/* Black border around box */
		background-color: #FFFFFF;	/* Light blue background color */

		padding:1px;	/* A little bit of space between border of box and text inside */
		float:left;	/* I want the text to wrap around the box */
		margin-right:0px;	/* Right margin of 10 pixels */
		font-size:0.63em;	/* Smaller font size than the rest of the page */
		
		overflow:hidden;	/* Hide overflow content */
	}
	/* End css for my first scrolling box */
