.backgroundImg{width: 100%;opacity: 0.15; position: fixed; top: 0px; left: 0;z-index:-1}
body {position:relative;background:transparent; }
.img {width: 20px;height: 20px;opacity: 1;position: absolute;z-index: 100000;transition: 1s;}
.left,.right {width: 10px;height: 10px;border-radius: 100%;position: absolute;}
.right {right: 0;}
.under {width: 10px;height: 10px;position: absolute;top: 5px;left: 5px;transform: rotate(45deg)}
.text {width: 50px;font-size: 10px;line-height: 1;position: absolute;top: -1em;left: -15px;text-align: center;cursor: default;z-index:-99;}
#blog_nav_sitehome{
    position: absolute;
    left: -225px;
}
#blog_nav_newpost{
    position: absolute;
    left: -135px;
}
#editPosts{font-size: 12px;
    display: block;
    background: #5ab2ce;
    color: #fff;
    width: 65px;
    padding: 4px 0 7px;
    text-align: center;
    margin: 0;
    line-height: 120%;
    position: absolute;
    top: 73px;
    right: 195px;
}