
     html {
    cursor: url('cursor.png'), auto;	
    }
    
    body {
        background-color:#090909;
        background-image:url(mkbackground.png);
        background-size: cover;
        background-attachment: fixed;
        color: #cfcdcd;
        font-family: times new roman, serif;
        font-size:12px;
        
    }
    
    #header {
        position: absolute;
        left: 580px;
        top: 0px;
        padding: 5px;
        margin-top: 10px;
        
    }
    
    #main {
        width: 600px;
        left: 480px;
        top: 270px;
        position: absolute;
        overflow: auto;
        padding: 10px;
        background-color: #232323;
        line-height: 22px;
    
    }  
    
        #nav {
        width: 620px;
        height: 38px;
        left: 480px;
        top: 230px;
        position: absolute;
        overflow: hidden;
        background-color: #232323;
    
    }  
    
    #more{
        height: 500px;
        width: 330px;
        position: absolute;
        left: 180px;
        top: 350px;
        padding: 5px;
        text-align: left;
        margin-top: 50px;
        overflow: auto;
    }
    
    #pagedoll {
        position: fixed;
        bottom: 0;
        right: 0;
    }
    #post {
        position: absolute;
        left: 255px;
        top: 240px;
    }
    #posttoo {
        position: absolute;
        left: 1120px;
        top: 241px;
    }
    
    #backbutt{
        position: absolute;
        left: 30px;
        top: 30px;
        z-index: 2;
    }
    
    #mkf{
        height: 440px;
        width: 330px;
        position: absolute;
        left: 180px;
        top: 300px;
        padding: 5px;
        margin-top: 50px;
        overflow: hidden;
    }
    
    ::selection {
        background: #da1a1a;
        color:white;
        }
    
    .bb {
        
        height: 70px;
        width: 900px;
        position: absolute;
        left: 20px;
        overflow: hidden;
        top: 600px;
        padding: 5px;
        margin-top: 50px;
        text-align: center;
        background-color: none;
    }