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

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

#logo{
    position: absolute;
    margin-left: -132px;       /* nilai width:2 */
    top: -70px;                  /* nilai height:2 */
    left: 50%;
    width: 264px;
    height: 141px;
    visibility: visible;
}

