@charset "UTF-8";
/* CSS Document */
#mainContent {
	width: 435px;
	height: 300px;
	background-color: #FF6600;
	overflow-y: scroll;
	position: relative;
	left: 10px;
	top: 75px;
}

#mainContent img {
	cursor: pointer;
}

td.contentWrapper {
 background: url(../images/background.gif) no-repeat top left;
}