body {
    margin: 0;
    padding: 0;
    text-align: center;
	background-color:#000000;
}

#wrap{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block
}

#flashobject{
        position: absolute;
    margin-left: -400px;       /* nilai width:2 */
    top: -300px;                  /* nilai height:2 */
    left: 50%;
    width: 800;
    height: 600px;
    visibility: visible;
}

