/* overall page */


body {
    margin: 0px;
    padding: 0px;
    background: #99978b;    }

#header {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 250px;
    background-attachment: scroll, scroll;
    background-position: left center, 0px 0px;
    background-repeat: no-repeat, repeat;
    background-image: url(/img/bg_top_shorter_er.png), url(/img/bg_repeat.gif);
    background-size: cover, auto auto;
}

#container {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}








/* each page has a 
<div id="footer">This website is ran by Creamed,<br>leader of the Impregnation guild on server Laslan.</div>
on the bottom */

#footer {
    background-image: url(https://www.not.life/img/monster_pukegreen_01.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    height: 48px;
    /* border: 1px solid black; */
    padding: 30px 0px 0px 142px;
    margin: 0px 0px 0px 20px;
    display: inline-block;
    font-size: 16px;
    /* -webkit-text-stroke: .1px #d9cebf; */
    /* font-weight: 600; */
    font-family: "main2", sans-serif;
    /* font-family: "segoe UI regular", "main2", sans-serif; */
    letter-spacing: .3px;
    /* letter-spacing: .4px; */
    color: #cdc6bb;
    /* text-shadow: 1px 1px 2px #a8a6a36b, 1px 1px 1px #c5c0ba63; */
    text-shadow: 1px 1px 2px #a8a6a300;
    /* text-shadow: 1px 1px 2px #bbb9b7d1, 1px 1px 1px #b9b6a8b8; */
    line-height: 20px;    }