#imageContainer {
    position:relative;
    margin:auto;
    width:800px; /*画像の横幅*/
    height:200px; /*画像の縦幅*/
    border:0px solid #000; /*画像のまわりのボーダー*/
    background: #fff;
}

#imageContainer img {
    display:none;
    position:absolute;
    top:0; left:0;
}
