/* CSS Document */body {	background-color:#999999;	text-align: center;	margin: 0;	padding: 0;}div#enlargedView {	width:1119px;	background-color:#cccccc;	text-align: left;}div#closeWindow {	width:173px;	height:46px;	text-indent: -9999px;}a#close{	display:block;	width:173px;	height:46px;	background:url(../graphics/close.png) no-repeat;}a#close:hover{	background:url(../graphics/closeOver.png) no-repeat;}