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

#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: -300px;       /* nilai width:2 */
    top: -100px;                  /* nilai height:2 */
    left: 50%;
    width: 600px;
    height: 200px;
    visibility: visible;
}
.style2 {
	font-family: "Lucida Sans Unicode", Verdana, Tahoma, "Lucida Sans";
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: none;
}

