body {
        padding: 0px;
        margin: 0px;
        background-image: url('img/grwhv.png');
        background-repeat: repeat-y;
}
#title {
        background-color: #260;
        padding: 1em;
        color: #fff;
        text-align: center;
        font-family: sans-serif;
        font-weight: bold;
        font-size: x-large;
}
#titlelink {
        color: #fff;
        border: 0px;
}
#titlelink:hover {
        border: 2px solid #fff;
        text-decoration: none;
}
#line {
        background-image: url('img/grwhh.png');
        background-repeat: repeat-x;
        height:           24px;
}
#corner {
        background-image: url('img/grwhr.png');
        background-position: top left;
        width:            24px;
        height:           24px;
        float:            left;
}
#main {
        background-image: url('img/grwhv.png');
        background-repeat: repeat-y;
        padding-left:   36px;
        padding-right:  12px;
        padding-top:    18px;
        padding-bottom: 50px;
}
#twoside {
        width : 95%;
        margin: 0px;
}
#sideone {
        float: left;
        width: 50%;
        margin: 0px;
}
#sidetwo {
        float: left;
        width: 49%;
        border-left-color : #226600; border-left-style : dotted; border-left-width : 1px;
        margin: 0px;
}
#sidetwopad {
        padding-left: 1em;
}
ul {
        list-style-image: url('img/grwhsq.png');
        list-style-type : square;
        font-family: sans-serif;
}
ul.compressed li {
        padding-top: 0em;
}
li {
        padding-top: 1em;
}
pre.shellin {
        padding:    3px;
        background: #000;
        color:      #f7b;
}
pre.shellout {
        padding:    3px;
        background: #000;
        color:      #77f;
}
pre.textfile {
        padding:    5px;
        background: #ffa;
        color:      #000;
        border: 1px solid #770;
}
#botcorner {
        position: absolute;
        background-image: url('img/genimg.png');
        background-color: #fff;
        background-repeat: no-repeat;
        width:            100%;
        height:           40px;
        float:            left;
        z-index:          1;
        bottom:           0px;
        position:         fixed;
}
li.youtube {
        list-style-image: url('img/yt.png') !important;
        list-style-type : square;
        font-family: sans-serif;
}
a.youtube {
        background-image: url('img/yt.png');
        background-repeat: no-repeat;
        padding-left: 30px;
}