/* CSS Document */
body {
	background-image: url(images/bg.gif);
	margin: 0px;
	padding: 0px;
}
body,table,td,tr {
	font-family: trebuchet, verdana, arial;
	font-size: 11px;
	color: #ffffff;
}
.heading {
	font-family: Georgia;
	font-size: 24px;
	color: #FFFFFF;
}
#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 50px auto 10px;
	position: relative;
	width: 900px;
	height: 450px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 900px;
	height: 450px;
}