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

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


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