body	{ background: #000; margin: 0; padding: 0; color: #222; font-family: verdana; position: relative; font-size: 1em; }

body#hello	{ background: #000 url(/css/hello.gif) repeat center center; }
h1	{ text-align: center; margin: 0; padding: 10px; font-size: 0.9em; }
a	{ color: #333; font-weight: bold; text-decoration: none; }

#main	{ width: 750px; margin: 0 auto; }
#header	{ padding-bottom: 20px;}
#footer	{ padding: 20px 0 90px 0; background: transparent url(/ninbkgrd.gif) no-repeat center bottom; text-align: center; }
.dn	{ display: none; }
.tac	{ text-align: center; }

h2,h3,h4,h5,h6	{ display: inline; margin: 0; padding: 0 5px; }

dl	{ background: #090909; margin: 0; border: 1px dotted #222; padding: 20px; }

dt	{ margin: 0; }

dd	{ text-indent: 30px; margin-bottom: 20px; }

