/* CSS Document */

html, body { margin: 0; padding: 0; }
body { text-align: center; font-family: sans-serif; color: black; background: white; }

#all { width: 760px; margin: 0 auto; text-align: left; }

#head { width: 760px; height: 250px; position: relative; }
#head #h1 { width: 760px; height: 250px; position: relative; top: 0; left: 0; }
#head #himg { width: 760px; height: 250px; position: absolute; top: 0; left: 0; background: transparent url('header.jpg') top left no-repeat; }

#footer { background: #ffff66; padding: 3em 0; text-align: center; font-size: 70%; clear: both; }
#footer a { color: black; }

#middle p { line-height: 130%; }
#middle p a img { border: 1px solid black; }

sup { font-size: 60%; }
