#imageContainer {
   width: 650px;
   height: 425px; 
   position: absolute; /* bodyに対する位置指定 */
   top: 50%; /* ボックスの左上カドを天地のセンターに */
   left: 50%; /* ボックスの左上カドを左右のセンターに */
   margin: -195px 0 0 -325px; /* ボックス全体を天地左右サイズの半分移動 */

}
	
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
	
}