body{
	background-color:#dcdcdc;//gainsboro
}

.contentBackground{
	background-color:#ffffff;
	/*height:200px; Not necessary to specify height-it's dynamic(as you add more and more items in main content,it keeps on increasing)*/
	width:300px;
	text-align:top;
}

