    #maindiv {
    vertical-align: top;
    margin: 0 auto 0 14%;
    width:50%;
    height: 800px;
    position:relative;
    background: url("/backgrounds/main/spooky/spookycheckers.png");
    text-align: center;
    border-radius: 25px;
    padding: 0% 0% 3% 0%;
    image-rendering: pixelated;
    float: left;
    border-style: solid;
    border-color: #88452e40
    }
    #secondarydiv {
    vertical-align: top;
    margin: 0 14% 0 auto;
    width:20%;
    height: 800px;
    position:relative;
    background: url("/backgrounds/main/spooky/spookycheckers.png");
    text-align: center;
    border-radius: 25px;
    padding: 0% 0% 3% 0%;
    image-rendering: pixelated;
    float: right;
    border-style: solid;
    border-color: #88452e40;
    overflow: hidden;
    }
    #welcomediv {
    width:40vw;
    position:relative;
    margin: 0 auto 0 auto;
    background: url("/backgrounds/main/spooky/divbgtrans.png");
    text-align: center;
    border-radius: 10px;
    }
    #divdarksect {
    position:relative;
    margin: 0 auto 0 auto;
    text-align: center;
    background-color: #85332300;
    background-image: linear-gradient(#85332300, #8533231F, #85332340, #85332340, #85332380, #8533231F, #85332300);
    }
    .abtme {
    padding: 2% 2% 2% 30%;
    line-height: 1.4;
    text-align: right;
    margin: 0 0 0 0;
    color: #FFFFFF;
    }
    #age {
    line-height: 1.4;
    text-align: right;
    color: #FFFFFF;
    }
    body {
    background-image: url("/backgrounds/main/spooky/sitebeachspooky.png");
    background-color: black;
    color: #FFFFFF;
    font-family: Verdana;
    overflow: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: 100% 150%;
    background-position: center;
    image-rendering: pixelated;
    }
    #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -990;
    top: 0;
    background-image: url("/blank.png");
    background-color: rgba(0, 0, 0, 0);
    }
    #logo {
    display: block;
    margin: 100px auto 10px auto;
    height: 100px;
    image-rendering: pixelated;
    }
    #molly {
    display: block;
    margin: 10px auto 100px auto;
    image-rendering: pixelated;
    }
    .clear {
    clear: both;
    }
    .zoom {
    transition: transform .1s; /* Animation */
    margin: 0 auto;
    }
    .zoom:hover {
    -ms-transform: scale(1.25); /* IE 9 */
    -webkit-transform: scale(1.25); /* Safari 3-8 */
    transform: scale(1.25); 
    }
    .zoom:active {
    -ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Safari 3-8 */
    transform: scale(0.9); 
    }
    a {
    target: "_blank"
    }
    img {
    image-rendering: pixelated;
    }
    input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    }
     /* unvisited link */
    a:link {
      color: #fe5320;
    }
    
    /* visited link */
    a:visited {
      color: #fe3b45;
    }
    
    /* mouse over link */
    a:hover {
      color: #ff8b47;
    }
    
    /* selected link */
    a:active {
      color: #bd3144;
    }
    .tooltip {
    position: absolute;
	  top: 0;
	  left: 0;
    z-index: 99;
    opacity: 0;
    max-width: 250px;
    background: url("/backgrounds/main/spooky/divbgtrans.png");
    background-color: #00000000;
  	padding: 5px;
  	border-radius: 10px;
    }
    /*** Works on common browsers ***/
    ::selection {
        background-color: #fe5f2c;
        color: #fff;
    }
    
    /*** Mozilla based browsers ***/
    ::-moz-selection {
        background-color: #fe5f2c;
        color: #fff;
    }
    
    /***For Other Browsers ***/
    ::-o-selection {
        background-color: #fe5f2c;
        color: #fff;
    }
    
    ::-ms-selection {
        background-color: #fe5f2c;
        color: #fff;
    }
    
    /*** For Webkit ***/
    ::-webkit-selection {
        background-color: #fe5f2c;
        color: #fff;
    }
    .linkout {
      image-rendering: inherit;
      width: 88px;
      height: 31px;
    }
    .pnomargin {
      margin-top: 0;
      margin-bottom: 24;
      height: 365px;
    }
    .scaryfuckingskeleton {
      animation-name: run;
      animation-timing-function: linear;
      animation-duration: 10s;
      position: absolute;
      bottom: 0;
      right: 5000px;
      animation-iteration-count: infinite;
      }
    @keyframes run {
      0% {}
      100% {
        right: -5000px;
        }
    }