body{
    background: url(bg.gif);
    background-repeat: repeat-y;
    background-position: top;
    background-color: rgba(120,90,60,255);
    font-family: Verdana, sans-serif;
    overflow: hidden;
    font-size: 11px;
    ::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    background: #ffb8c5; 
  }

}

#mainblock{
    text-align: left;
	position: relative;
	width: 750px;
	margin: 14px auto;
	padding: 0;
}

#header{
    padding: 0;
    background-color: #4d3721;
    background: url(header.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 750px;
    height: 36px;
    margin: 0;
}

#nav{
    position: absolute;
    top: 43px;
    width: 100px;
    height: 420px;
    background-color: #ffb8c5;
    left: 0;
    padding-top: 10px;
    line-height: 10px;
}

#nav>a{
    margin-left: 10px;
    text-decoration: none;
    color: #662835;
    border-bottom: 2px dotted #8a4a57;
    height: 20px;

}

hr{
    border: 1px solid #de94a2;
}

#space{
    position: absolute;
    top: 43px;
    width: 150px;
    height: 430px;
    left: 100px;
    border-left: 1px solid #de94a2;
    background: url(spacebg.png);
    background-repeat: repeat-y;
  
}

#posts{
    position: absolute;
    top: 43px;
    left: 250px;
    width: 250px;
    height: 420px;
    padding-top: 10px;
    background-color: #FAF7EC;

    
}

#about{
    width: 215px;
    height: 200px;
    overflow-y: auto;
    margin-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
}

#news{
    width: 215px;
    height: 205px;
    overflow-y: auto;
    margin-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
}

span{
    display: inline-block;
    width: 200px;
    background-color: #ffb8c5;
    padding-left: 5px;
}

#photo{
    position: absolute;
    top: 43px;
    left: 500px;
    background: url(pic.png);
    width: 250px;
    height: 430px;
}

#footer{
    position: absolute;
    top: 470px;
}