@font-face {
font-family: "mbytepc";
src: url(https://dl.dropbox.com/s/wu14gtbffx3auk3/Px437_MBytePC230_EGA%5B1%5D.ttf);
}
@font-face {
font-family: "caketruffles"; 
    src:url(https://dl.dropbox.com/s/etvt9sk6o6fc27m/Cake%20n%20Truffles.ttf);
}
    html{
        font-family: "mbytepc";
        cursor: url("images/cursor.png"), url("images/cursor.cur"), default;
    }

    body{
        background-image: url("images/background.jpg");
        background-repeat: repeat;
        background-attachment: fixed;
        background-size: auto;
        background-size: cover;
    }
    
    ::selection {
        color: #ffffff;
        background: #b63cf0;
}

    a {
      color: #9c0b51;
    }
    
    .lace {
      display: block;
      background-image: url("images/lace.png");
      background-repeat: repeat-x;
      background-size: contain;
      width: 100%;
      height: 30px;
      position: sticky;
      margin: 0%;
    }
    
    .margin {
       margin-bottom: 30px;
}
     .welc {
    width: 350px;
    height: 310px;
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: center;
    font-size: 25px;
    overflow: auto;
    color: #878787;
}

    .header {
  border-width:9px;
  border-style:solid;
  border-image: url("images/border.png") 9 fill round;
  width: 790px;
  min-width: 790px;
  max-width: 790px;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  position: relative;
  z-index: 4;
  margin:auto;
}
     .headerimg {
  background-image: url('images/headerimg2.png');
  background-size: cover;
  object-position: 50% 50%;
  border-radius:5px;
  width: 790px;
  height: 120px;
  z-index: 3;
  top: 5px;
  margin-bottom: 20px;
}
     .rachie {
  display: block;
  font-size: 75px;
  font-family: "caketruffles";
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #2026aa;
  text-shadow: 3px 3px 0px #c897ac;
  color: white;
  font-weight: 500;
  z-index: 9999;
  position: absolute;
  margin: auto;
  top: 35px;
  left: 15px;
    animation-name: float;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes float {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 7px); }
    100%   { transform: translate(0, 0px); }    
}

    .middle {
  background-image: url('images/white.jpg');
  background-size: cover;
  margin:auto;
  width: 710px;
  height: 660px;
  position: relative;
  z-index: 4;
  left: -10px;
}
     
.introlace {
  display: block;
  background-image: url("images/lace.png");
  background-repeat: repeat-x;
  background-size: contain;
  margin: auto;
  width: 668px;
  height: 15px;
  position: absolute;
  left: 15px;
  top: 19px;
  z-index: 12;
}

     .intro {
    background-color: #fff0f7;
    width: 660px;
    height: 220px;
    position: absolute;
    top: 20px;
    left: 15px;
    text-align: center;
    font-size: 22px;
    overflow: auto;
    color: #9c0b51;
    padding: 10px;
}
.intro::-webkit-scrollbar {
    width: 12px;
}
.intro::-webkit-scrollbar-track {
    background-color: #2026aa;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.intro::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #aaa;
}
.stamps {
  margin: auto;
  margin-top: 15px;
  width: 680px;
  height: 65px;
  position: absolute;
  z-index: 6; 
  left: 15px;
  top: 250px;
}
.stamplist {
  display: block;
  object-position: 50% 50%;
  width: 680px;
  height: 55px;
  z-index: 7;
  position: absolute;
  color: aqua;
  font-size: 50px;
  text-align: center;
}

.side {
  background-image: url('images/puff.jpg');
  background-size: contain;
  background-repeat: repeat;
  background-position-y: -20px;
  margin:auto;
  width: 200px;
  height: 350px;
  position: absolute;
  z-index: 4;
  right: -159px;
  top: 149px;
  text-align: center;
  font-size: 27px;
}

.icon {
  border-width:6px;
  border-style:solid;
  border-image: url("images/borderblue.png") 6 fill round;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  position: relative;
  width: 170px;
  height: 170px;
  top: 20px;
}

.iconimg {
  background-image: url('images/icon.png');
  background-color: #ffe1f2;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  position: relative;
  border-radius:5px;
  width: 170px;
  height: 170px;
}

.directory {
  background-image: url('images/plaid.gif');
  background-size: contain;
  background-repeat: repeat;
  margin:auto;
  width: 177px;
  height: 400px;
  position: relative;
  z-index: 4;
  text-align: center;
  font-size: 27px;
  float: left;
}

.directorylace {
  display: block;
  background-image: url("images/lacepink.png");
  background-repeat: repeat-x;
  background-size: contain;
  margin: auto;
  width: 178px;
  height: 20px;
  position: absolute;
  z-index: 12;
}

.link {
  background-image: url('images/puff.jpg');
  background-size: contain;
  background-repeat: repeat;
  background-position-y: 20px;
  margin:auto;
  width: 177px;
  height: 254px;
  position: relative;
  z-index: 4;
  left: -177px;
  top: 405px;
  margin-top: 0px;
  text-align: center;
  font-size: 27px;
  float: left;
}

.codeborder {
  border-width:6px;
  border-style:solid;
  border-image: url("images/borderblue.png") 6 fill round;
  height: 60px;
  width: 120px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 6;
  left: 13px;
  top: -30px;
}

.code {
  color: #9c0b51;
  text-align: left;
  font-size: 16px;
  height: 60px;
  width: 120px;
  background-color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  overflow: auto;
  overflow-x: hidden;
  z-index: 7;
  word-wrap: break-word;
  position: relative;
  left: -10px;
}

.code::-webkit-scrollbar {
    width: 5px;
}
.code::-webkit-scrollbar-track {
    background-color: #2026aa;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.code::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #aaa;
}

.linklace {
  display: block;
  background-image: url("images/lace.png");
  background-repeat: repeat-x;
  background-size: contain;
  margin: auto;
  width: 179px;
  height: 20px;
  position: absolute;
  z-index: 12;
  top:405px;
}

.wings {
  display: block;
  background-image: url("images/wings2.gif");
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  width: 179px;
  height: 120px;
  position: absolute;
  z-index: 4;
  top: 560px;
  left: 15px;
}

.pet {
  margin: auto;
  position: absolute;
  z-index: 10;
  top: 327px;
  left: 15px;
}

.poll {
  margin: auto;
  position: absolute;
  z-index: 11;
  top: 328px;
  left: 335px;
}

.spotify {
  margin: auto;
  position: absolute;
  z-index: 5;
  top: 565px;
  left: 335px;
  opacity: 50%;
}

.blog {
  background-image: url('images/introbg.jpg');
  background-size:cover;
  margin: auto;
  position: absolute;
  width:200px;
  height:280px;
  z-index: 5;
  top:328px;
  right:15px;
}

#statuscafe {
    margin: 5px;
    border-width:6px;
    border-style:solid;
    border-image: url("images/borderblue.png") 6 round;
    padding: 0.2em;
    background-color: #ffffff;
}
#statuscafe-username {
    color: #9c0b51;
    margin-bottom: .5em;
    margin-left: 1em;
}
#statuscafe-content {
    color: #9c0b51;
    margin: 0 1em 0.5em 1em;
}

.featured {
    width: 179px;
    margin: 5px;
    border-width:6px;
    border-style:solid;
    border-image: url("images/borderblue.png") 6 round;
}

.chatbox {
  margin: auto;
  width: 200px;
  position: absolute;
  right: -205px;
  top: 356px;
}

.chatlace {
  display: block;
  background-image: url("images/lace.png");
  background-repeat: repeat-x;
  background-size: contain;
  margin: auto;
  width: 200px;
  height: 15px;
  position: absolute;
  right: -205px;
  top: 355px;
  z-index: 12;
}

.container {
    margin: auto;
    width: 1100px;
    height: 660px;
    position: relative;
    margin-left: -160px;
    border-width:9px;
    border-style:solid;
    border-image: url("images/border.png") 9 fill round;

    }