#container {
    position:absolute;
    width:300px;
    height:200px;
    z-index:15;
    top:50%;
    left:50%;
    margin:-150px 0 0 -150px;
}