.frame {
    position: Absolute;
    top: 0px;
    text-align: center;
    left: 2.2%;
    overflow-x: hidden;
    z-index: 0;
}

.B {
    position: absolute;
    z-index: 2;
    border: 1px solid transparent
}

.B.B1 {
    left: 151px;
    top: 633px;
}

.B.B2 {
    left: 1077px;
    top: 634px
}

.B.B3 {
    left: 737px;
    top: 864px
}

.B.B4 {
    left: 360px;
    top: 1154px
}

#Map area {
    outline: none
}

body, layout {
    overflow-x: hidden;
    background-color: #ded6ff
}

layout:hover {
    cursor: default
}

::selection {
    background: #ded6ff;
    color: #fff
}

body {
    position: relative;
    text-align: center;
    position: absolute;
    width: 1500px;
    height: 1125px;
    left: 48%;
    top: -10px;
    margin: 0 auto 0 -750px;
    background-image: url(BG.gif)
}

#Map area {
    outline: none!important
}

*, body, html {
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

::selection {
    background: transparent;
    color: #9dffff
}

::-moz-selection {
    background: transparent
}

a, a:visited, a:focus, a:active, a:hover {
    outline: 0 none!important
}

.avatar {
    width: 160px;
    height: 220px;
    position: absolute;
    left: 692px;
    top: 430px;
    z-index: 0!important;
    overflow: none;
    transition-duration: .3s;
    border-radius: 25px;
}

.avatar.two {
    left: 905px;
}

.avatar:hover {
    opacity: .7
}

.avatar img {
    width: 160px;
    height: 220px;
    border: 1px solid white;
    outline: 2px solid rgb(250, 139, 250);
}

nad {
    position: absolute;
    left: 281px;
    top: 663px;
    z-index: 3;
    width: 310px;
}

nad a {
    text-decoration: none;
    font: bold 8px arial;
    text-transform: uppercase;
    color: #fff;
    height: 43px;
    width: 140px;
    letter-spacing: 0;
    display: inline-block;
    line-height: 168px;
    transition: .5s ease;
    border: 2px dotted transparent;
    border-radius: 50px;
    text-align: left;
    background-color: rgba(250, 131, 240, 0.397);
    box-shadow: 0px 0px 30px rgba(241, 230, 243, 0.445);
    opacity: 0;
}

nad a:hover {
    opacity: 1;
}

nad .b {
    position: Absolute;
    left: 776px;
    top: 0px;
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    background-color: #5b196185
}

::-webkit-scrollbar-thumb {
    background-color: #904cc7
}

::-webkit-scrollbar:horizontal {
    height: 0
}

::-webkit-scrollbar-thumb:vertical:hover, ::-webkit-scrollbar-thumb:horizontal:hover {
    background: #fff;
    width: 0;
    height: 0
}

.Footer {
    margin-top: 20px;
    line-height: 15px;
    font-family: Calibri;
    color: rgba(255, 255, 255, 0.842);
    font-size: 8px;
    letter-spacing: 1px;
    position: absolute;
    width: 200%;
    top: 1105px;
    left: -50%;
    z-index: 500;
    padding: 10px;
    transition: .3s ease;
    text-transform: uppercase;
    text-align: Center;
    background-color: #100f11ee;
    border-top: 2px solid rgba(247, 191, 247, 0.253);
    height: 15px;
}

.Footer:hover {
    cursor: pointer;
    border-color: #f1f1f1;
    color: rgb(224, 65, 198)
}

.menubutton:hover {
    opacity: .9
}

#top_links {
    z-index: 5!important;
    position: Absolute;
    left: 825px;
    top: 25px;
    color: #faf3f5;
    font-family: calibri;
    font-size: 12px;
    margin-bottom: 2px;
    display: inline-block;
    width: 700px;
    height: 20px;
    text-decoration: none;
    opacity: 1;
    letter-spacing: 1px;
}

#top_links a {
    text-decoration: none;
    padding: 10px;
    color: #f1f1f169
}

#top_links a:hover {
    color: #f7efef
}

.Down {
    z-index: 1;
    position: Absolute;
    left: 80px;
    top: 290px;
    width: 1420px;
    height: 785px;
    pointer-events: none;
    background-image: url(Down2.png);
    animation: Floating2 infinite 1s;
}

.Up {
    z-index: 1;
    position: Absolute;
    left: 85px;
    top: 50px;
    width: 1420px;
    height: 1085px;
    pointer-events: none;
    background-image: url(Up2.png);
    animation: Floating1 infinite 1s;
}

.Floating1 {
    animation-name: Floating1;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

@keyframes Floating1 {
    from {}
    50% {
        transform: translate(0px, -5px)
    }
    to {}
}

@keyframes Floating2 {
    from {}
    50% {
        transform: translate(0px, 5px)
    }
    to {}
}

#PS {
    display: block;
    position: Absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    pointer-events: none
}