body {
background-image:url('http://www.shamanrpg.com/images/quilstuff/shamanlayout4bg4.png');
margin:0px;
padding:0px;
border:0px;
}

textarea {
border-radius: 5px;
border:1px inset #2d1c10;
background: #80715c;
font-family: verdana;
font-size: 8pt;
color:#1d1915;
    padding: 7px;
}

input { 
border-radius: 5px;
border:1px inset #2d1c10;
background: #80715c;
font-family: verdana;
font-size: 8pt;
color:#1d1915;
    padding: 7px;
}

div#container {
position:absolute;
width:1000px;
}

div#header { 
background-image:url('http://www.shamanrpg.com/images/shamanlayout4FINAL1iv.png');
width:1000px;
height:800px;
margin:0px;
padding:0px;
border:0px;
overflow:hidden;
}

div#content { 
border-radius: 20px;
width:900px;
position:absolute;
top:635px;
left:40px;
padding:10px;
background-image:url('http://i.imgur.com/qIg5xtt.png');
text-align:justify;
line-height:12pt;
font-family:verdana;
font-size:9pt;
color:1d1915;
}

td { 
text-align:justify;
line-height:12pt;
font-family:verdana;
font-size:9pt;
color:1d1915;
text-transform:none;
}

a:link {
text-decoration:none;
color:#2d1c10;
text-transform:uppercase;
font-family:times;
font-size:8pt;
font-weight:bold;
letter-spacing:1px;
}

a:visited {
text-decoration:none;
color:#2d1c10;
text-transform:uppercase;
font-family:times;
font-size:8pt;
font-weight:bold;
letter-spacing:1px;
}

a:hover {
text-decoration:none;
color:#c6c2ba;
text-shadow: -1px 1px 8px #918d89, 1px -1px 8px #FFFFFF;
text-transform:uppercase;
font-family:times;
font-size:8pt;
font-weight:bold;
letter-spacing:1px;
}

a:active {
text-decoration:none;
color:#2d1c10;
text-transform:uppercase;
font-family:times;
font-size:8pt;
font-weight:bold;
letter-spacing:1px;

}

.header1 {
line-height:15pt;
font-family:times;
font-size:23pt;
color:#c6c2ba;
text-shadow: -1px 1px 8px #918d89, 1px -1px 8px #FFFFFF;
text-transform:uppercase;
text-align:center;
}


.header2 {
line-height:11pt;
font-family:times;
font-style:italic;
font-size:12pt;
color:#1d1912;
text-transform:lowercase;
text-indent:30px;
text-shadow: 1px 0px 3px #61533b;
}

LI
{  padding: 0 0 0 25px;
   background: url('http://shamanrpg.com/images/v10/vtenbullet.png') no-repeat;
   background-position: 0 0;
   margin: 0 0 5px 0;
   list-style:none;
}


::-webkit-scrollbar {
    width: 12px;
background-color: #83745d;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
background-color: #83745d;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5); 
background-color: #322315;
}

::-webkit-scrollbar-corner {
background-color: #83745d;
}