body {
	background-color: #ffffff;
	margin: 0;
	padding: 0; padding-top: 1em;
	font: arial;
	font-size: 16px;
}



/*Page related styles for you to view*/
#littlething {
/* Typical fixed height and fixed width example */
width: 250px;
height:250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*scrolling background color*/
background-color: #ffffff;
/*margin: 0.3em auto;*/
padding: 15px;
}

/* general page style ends here */