/*
 * index.css
 *
 * $Id: index.css,v 1.4 2002/12/10 13:21:06 pnr Exp $
 */

/*
 * Background image
 */
body {
    background-color:    white;
    background-image:    url("etusivu.jpg");
    background-repeat:   no-repeat;
    background-position: top left;
    font-family:         serif;
}

h1 {
    font-family:  sans-serif;
}

/*
 * Bug workaround for divisions 
 */
h2,h3,h4,h5,h6,p,ul { 
    font-family: serif; 
}

div.navbar {
    background: transparent;
}

/*
 * Fancy layout for the different parts of the page
 */

div#runo {
    margin-top: 2em;
}
p.attribution {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

span {
    display: block;
}

span.first {
    margin-left: 2em;
}

div.half {
    margin-top: 0;
    padding-top: 0;
    padding-right: 2em;
}

div#firsthalf {
    float: left;
}

div#secondhalf {
    float: left;
}

p#end {
    clear: left;
}

/* Looks like width: 100% is needed for IE6 */

div.footer {
    clear: left;
    width: 100%;
}

p.copyright {
    text-align: left;
}

