/* CSS Document */
#chpphoto { 
	overflow: hidden; 
	height: 100px; 
	text-align: center; 
	width: 100%; 
	margin-top: 0px; 
	background: url(http://www.chp-computers.com/dailyphoto/loading.gif) no-repeat center 40px; 
	position: fixed; 
	z-index: 1;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	top: 90%;
}
#chpphoto1 { overflow: hidden; }
#chpphoto1 img { width: 100%; }
#chpphoto a { color: #990000; }
#chpclose { position: fixed; left: 95%; top: 95%; border: #666666 outset 2px; color: #FF0000; cursor: default; visibility: hidden; padding-left: 5px; padding-right: 5px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; background: #FFFFFF }

