You need to have a current version of the skinnable sidebar for this to work properly (vers 2.0 or above - if there is no vers number, then it's vers 1.0)

This goes in the first box on the custom html page.


<style>

/* alien */
/* custom html in skin form by atlass */



/* page background, typeface and alignment */

body {
        margin: 20px 0 0 0;
        padding: 0 10px 0 0px;
        color: #5d657c;
        background: #ffffff;
        font: 11px tahoma, sans-serif;
        letter-spacing: 1px;
        text-align:center;
        }

td {font-family: verdana, sans-serif}

/* This div holds both the sidebar and the forum */
#outer {
width:700px;
background: url(http://www.YOUR_SERVER_HERE.com/alien.gif);
background-repeat: no-repeat;
background-position: 0px 0px;


        }


#header {display:none;}

/* The sidebar div contains a table with .holder class and a td cell with .sidebar class */

#sidebar {
        width: 150px;
        margin:5px;
padding: 0 0 0 50px;
        padding-top: 100px;
        }
       
#sidebar .holder {width: 150px;}

.sidebar, .credit {
border: 1px solid #494961;
border-right: 0px;
padding: 4px;
font-size: 10px;
text-align:center;
background-color: #ffffff;
margin-right: 20px;

}



.sidebarsubhead {
        color: #FFFFFF;
        background-color: #9999b1;
        font-weight: bold;
        font-family: verdana, sans-serif;
        font-size: 10px;
        padding: 2px;
        border-left: 1px solid #494961;
        border-top: 1px solid #494961;
        width:100%;
        }

.spacer {height: 10px}


/* links in the sidebar only */
.sidebarlinks {
        background-color: #ffffff;

}

a.nav:link, a.nav:visited {
height: 10px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        font-size: 10px;
        background-color: #9999b1;
        width:100%;
        padding:2px;
        margin-top:1px;
line-height: 18px;
        }

a.nav:hover { color: #FFFFFF; text-decoration: none; background-color: #5d657c}

/* The forum div contains a table with .holder class and a td cell with .forum class */

#forum { padding: 0px;}
#forum .holder { background-color: #ffffff;}

.forum {padding: 4px; border: 1px solid #5d657c;}


/* This is the title style in the sidebar and forum */
.sidebartitle, .forumtitle {
        background-color: #5d657c;
        font-size: 12px;
        font-weight: bold;
        padding: 2px;
        color: #FFFFFF;
        font-family: verdana, sans-serif;
        height: 20px;
        vertical-align: middle;
        width:100%;
        text-align:center;
        margin-bottom: 6px;
}


/* this is any horizontal lines */
hr, hr.line { height: 1px; width: 100%; color: #5d657c}


/* all links on the page - can be removed if not required */
/* you can't set hover colour in the control panel, however */
a:link, a:visited { color: #5d657c; text-decoration: none}
a:hover { background-color: #5d657c; color: #FFFFFF; text-decoration: underline}



/* don't remove this line */
.ax {ax}



/* dropdown menus and buttons */
.inputbox, .inputbutton, select {
        color: #5d657c;
        background-color: #ffffff;
        border: 1px solid #5d657c;
        }




/* do not remove on pain of death */
.credit {color: #9999b1}
.credit a:link, .credit a:visited {color: #9999b1}
.credit a:hover {color: #5d657c; background-color:transparent}


.scroller {
height: 100px;
width: 100%;
Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=40, FinishX=0, FinishY=0);
text-align:center;
}

/* custom html by atlass */

</style>

{compatible with vers 2.1}