/*Change '#your_div_id_here' to the ID attribute of your DIV
/*Change 'top' to your header height, if no header change to 0 */
/*If you want the DIV on the right side of the page, change 'left:0' to 'right:0' */
/* Change 'width' to whatever size you want your DIV to be */
#StickyBox {

}

#StickyBox
    {
        position: absolute;
        left: 5px;
        top: 300px;
        width: 200px;
        padding: 0;
        background-color:#333333;
	    color:#ededed;
        font-size: 11px;
	    border: 1px solid #ededed;

  	    /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  	    _position: absolute; left: 5px; top: 300px;
    }
    .StickyBox a{
		font-weight: bold;
		color: white;
		text-decoration: underline;
	}
	#StickyBox a{
		font-weight: bold;
		color: white;
		text-decoration: underline;
	}
	.StickyBox h3{
		font-size: 13px;
		color:#ededed;
	}
    #StickyBox h3{
		font-size: 13px;
		color:#ededed;
	}