/* begin license *
 * 
 * All rights reserved.
 * 
 * Copyright (C) 2011 Seecr (Seek You Too B.V.) http://seecr.nl
 * 
 * end license */

/*
:Author: Seek You Too

Stylesheet for use with Docutils. 
*/

@import url(html4css1.css);

body {
    background-image:   url(/files/doc/boog.jpg);
    background-repeat:  no-repeat;
    background-position:    10% -350px;
}
.directorylist li{
    list-style-type: none;
}
.directorylist li:before{
    content: "/ ";
}
img {
    border: 0;
}

