.dimmer {
    position: fixed;
    display: none;
    top: 0;
    left: 0%;
    width: 100%;
    height:100%;
    background-color: #000000;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    padding:0px;
    margin:0px;
    visibility: inherit;
    float:left;
}

object {
    margin-bottom: 15px;
}