body   {
       margin-top: 0;
       margin-left: 0;
       color: #fff;
       background: #000 url("ntIconSml.gif") repeat fixed;  
       padding: 0;
       font-size: large;
	   }

div#container   {
       position: absolute; 
       left: 50%;
       top: 0;
       width: 742px;
       height: auto;
       background-color: transparent;
       margin-left: -371px; 
       margin-top: 20px;
       border: 0;
       }
	   
	   
div#container2  {
       width: auto;
       height: 100%;
       background-color: #000;
       margin-left: auto;
       margin-right: auto;
       padding: 1em 0 1em 0;
	   text-align: center;
	   border: thin solid #600;}


img    {
       border: thin solid #600;
       }	   
	   
	   
div#footer  {
       clear: both;
       padding: 0.5em 0 1em 0;
       border-top: 1px solid #999;
       text-align: center;
       background-color: #000;
       } 

div#footer ul  {
       padding: 0; 
       margin: 0; 
       list-style-type: none;
       }


div#footer li  {
       display: inline;
       margin-right: .5em;
       }


a:link {
       color: #c03;
       }


a:visited {
       color: #00f;
       }


a:hover, a:active {
       color: #000; 
       background-color: #c03;
       }


a      {
       text-decoration: none;
       }	   