* {
font-family: sans-serif;
color: #222;
margin: 1em auto;
image-rendering: pixelated;
}

/* background color */
html {

background-repeat: repeat;
background-image: url("images/bg/bg2.png");
}

/* left/right margins, inner bg color*/
body {
margin: auto 15%;
padding: 2em;
background-repeat: repeat;
background-image: url("images/bg/bg1.png");
}

h2 {
    border-bottom: 2px dotted
}

small {
    color: #766148;
}

cite {
    color: #a28663;
    margin: -2em
}

code {
    background-color: #b2946d;
}

dt {
font-size: large;
}

dd {
font-size: small;
}


/* positioning clippy at the bottom right corner undone for now */
#clippy {
margin: auto -100%;
/*position: fixed;
bottom: 0px;
right: 0px;
z-index: -99;
padding: 0px;
margin: 0px;*/

}

#title {
margin: auto -100%;
}

#button {
margin: 0em;
}