body, html{
//background-image:url(https://www.bennythink.com/wp-content/themes/WordPressGit-master/css/img/bg.png);
}
.pagelayout{
            background-image:url("") ;
            background-color: transparent;
}
#header{
            background-image:url("") ;
            background-color: transparent;
        }
.my_photo{
            position: fixed;
            transform: rotateY(180deg);
            bottom: 8%;
            left: 4%;
        }
body {
    //cursor: url("https://www.bennythink.com/wp-content/themes/WordPressGit-master/css/cursor/default1.cur"),auto;
    /*background-color: rgba(202, 198, 212, 0.45);*/
    background: url(../images/bg.png);
    margin: 0px;
    overflow: hidden;
}
a:hover{
    cursor: url("../images/pointer1.cur"),auto;
}
.div_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100001;
}
.div_content{
    width: 100%;
    height: 100%;
}