body {
 margin-top: 30px;
 margin-bottom: 100px;
 color: #003300;
 background-color: #eeffdd;
 background-image:url(b.gif);
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-position:100% 0%;
}
div.header {
 position: fixed;
 right: 3px; left: auto;
 top: 4px; bottom: auto;
}
div.header div {
 background: #ddffdd;
 border: 2px solid #00cc00;
 padding: 2px 4px;
 color: #00cc00;
 font-size: 10px;
 font-family: sans-serif;
 text-align: right;
}
div.header div a {
 text-decoration: none;
}
div#search {
 position: fixed;
 right: 8px; left: auto;
 top: 20px; bottom: auto;
 text-align: right;
 background: #ffdddd;
 border: 2px solid #cc0000;
 padding: 4px 6px;
 color: #cc0000;
}
div#search form {
 display: inline;
 padding: 0px;
 margin: 0px;
}
div#search form fieldset {
 border: none;
 margin: 0px;
 padding: 0px;
}
div#search form input {
 font-size: 10px;
 font-family: sans-serif;
}
div#search form input[type="submit"] {
 background: #ffdddd;
 padding: 4px 2px;
 margin-left: 4px;
 border: 1px solid #cc0000;
 vertical-align: middle;
 color: #000000;
}
div#search form input[type="text"] {
 border-left: none; border-top: none; border-right: none;
 border-bottom: 1px solid #cc0000;
 background: #ffdddd;
 color: #000000;
}
div.footer {
 position: fixed;
 width: 75%;
 max-width: 500px;
 right: 4px; left: auto;
 top: auto; bottom: 4px;
}
div.footer div.contents {
 background: #ddddff;
 border: 2px solid #0000cc;
 padding: 2px 4px;
 color: #0000cc;
 font-size: 10px;
 font-family: sans-serif;
}
div.footer div a {
 text-decoration: none;
}
div.copyright {
 padding-top: 2px;
 text-align: right;
}
div.heading {
 background: transparent;
 color: #000000;
 font-weight: bold;
 font-size: larger;
 font-family: sans-serif;
 padding-bottom: 5px;
 padding-top: 5px;
}
div.entry {
 margin-left: 20px;
 padding-bottom: 2px;
 font-family: serif;
}
div.details {
 margin-left: 24px;
 padding-bottom: 10px;
 font-size: x-small;
 font-family: sans-serif;
}

