html, body { background: #000000; margin: 0; text-align: center; }
body { padding: 1% 1; }

#container { background: transparent; width: 750px; border-right: 1px solid silver; border-bottom: 1px solid silver; }
#header { background: transparent; text-align: center; width: 700px; height: 100px; }
#headmenue  { background: #c0c0c0; text-align: center; width: 700px; padding: 1px; }
#main { background: transparent; text-align: center; width: 700px; font-family: verdana; font-weight: bold; font-size: 80%; color: #c0c0c0; margin: 10px; }
#main2 { background: transparent; text-align: center; width: 700px; font-family: verdana; font-weight: bold; font-size: 70%; color: #c0c0c0; margin: 10px; }
#footer { background: transparent; text-align: center; width: 700px; height: 20px; overflow: visible; }
#litter { background: #c0c0c0; text-align: center; width: 600px; font-family: helvetic; font-weight: bold; font-size: 70%; color: #000000; margin: 5px; padding: 5px; border: 1px solid #c0c0c0; }
#galfrm  { background: transparent; text-align: center; padding: 5px; width: 300px; float: left }
#gal { background: #c0c0c0; text-align: left; width: 300px; font-family: helvetic; font-size: 80%; color: #000000; margin: 2px; padding: 5px; overflow: visible; }
#gal2 { background: #c0c0c0; text-align: left; width: 600px; font-family: helvetic; font-size: 70%; color: #000000; margin: 2px; padding: 5px; overflow: visible; }
#gal3 { background: #c0c0c0; text-align: left; width: 600px; font-family: helvetic; font-size: 75%; color: #000000; margin: 2px; padding: 5px; overflow: visible; }

.tdped { font-family: courier; font-size: 60%; }

a:link { font-family: verdana; font-size: 10px; font-weight: bold; color: #000000; background: transparent; text-decoration: none; margin: 10px; }
a:visited { font-family: verdana; font-size: 10px; font-weight: bold; color: #000000; background: transparent; text-decoration: none; margin: 10px; }
a:hover { font-family: verdana; font-size: 10px; font-weight: bold; color: #cc0000; background: #ffff66; text-decoration: none; margin: 10px; }
a:active { font-family: verdana; font-size: 10px; font-weight: bold; color: #000000; background: transparent; text-decoration: none; margin: 10px; }


