/*
 * This is the default style for my personnal homepage.
 *
 * This style try to handle good appearance in many case but if you have
 * problems, you can easily switch to the light stylesheet.
 */

/* Generic parts */
html {
    height: 98%;
    font-family:
    "DejaVu Sans",
    "Bitstream Vera Sans",
    "Liberation Sans",
    Verdana,
    "Verdana Ref",
    sans serif;
}

body {
}

/* Header styles */

#banner {
    text-align: center;
    /* letter-spacing: 40px; */
}

#banner:before {
    /* content: url(http://2009.rmll.info/IMG/gif/728_90.gif);*/
    content: url(/img/Fedora_infinity.png) " "
    url(/img/GnomeLogoVertical.png) " "
    url(/img/heckert_gnu.png) " ";
}

/* Content styles */
#contents {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: justify;

    /* These are CSS3 properties */
    column-width: 40em;
    column-gap: 3em;
    column-rule: medium solid;
    -moz-column-width: 40em;
    -moz-column-gap: 3em;
    -moz-column-rule: medium solid;
    -webkit-column-width: 40em;
    -webkit-column-gap: 3em;
    -webkit-column-rule: medium solid;
}

/* Footer styles */
#footer {
    font-size: 65%;
}

