@charset "UTF-8";
/* CSS Document */


/*	#photo {		
		margin:auto;	
	}*/
	
	#photo img {
		display:none;
		position:absolute;
		margin-top: 0px;
		margin-left: 0px;
	}
	 #photo {
		 width: auto;
		 height: auto;
	 }
	
	* html #photo img {
		margin-left: 0px;
		margin-top:10px;
	}

	
