body {margin:0;
      padding:0;
      background-color:black;
      color:white;
      font-size:95%;}

a {text-decoration: none;}
a:focus, a:hover, a:active {background:#B0E0E6;}
img {border-style:none;}

#screen {position:relative;
         width: 640px;
         height: 480px;
         margin:10px auto;
         padding:0 0 0 0;
         background-image: url(../img/ss2010.jpg);
         background-repeat: no-repeat;
         background-position: center center;
         background-attachment: scroll;    
         border:0px solid red;}

#header {position:absolute; top:0px; left:10px;
         width:400px;
         height:30px;
         border:0px solid gray;}
#header span#title{color:#B0E0E6;
                   font-family:"Times New Roman", "fantasy";
                   font-size:24px;
                   font-style:normal;
                   font-weight:bold;
                   font-variant: small-caps}
#header span#years{color:white;
                   font-family:"Times New Roman", "fantasy";
                   font-size:24px;
                   font-style:italic;
                   font-weight:normal;}

#list {position:absolute; top:40px; left:4px;
       width:620px;
       height:400px;
       overflow:auto;
       color:white;
       font-family:"Arial","Times New Roman", "fantasy";
       font-size:12px;
       font-style:normal;
       font-weight:bold;
       border:0px solid yellow;}	 
#list li {list-style-type:square;
/*          font-family:"Trebuchet MS", "Verdana", "sans-serif";*/
          color:white;
          font-style:normal;
          font-weight:bold;}
#list a {color:#FFFFFF;}
#list a:focus, #list a:hover {color: black;}

#navigation {position:absolute; top:450px; left:26px;
             font-family:"Trebuchet MS", "Verdana", "sans-serif";
             font-size:10px;
             font-style:normal;
             font-weight:bold;
             border:0px solid red;}
#navigation a {color:#FFFFFF;}
#navigation img.lead {width:8px; height:8px;}
#navigation a:focus, #navigation a:hover {color:black;}
				
#footer {position:absolute; top:450px; left:510px;
         border:0px solid red;}
#footer a {color:#FFFFFF;}
#footer a:focus, #footer a:hover, #footer a:active {background:#FF6347;}
#shin {color:white;
       font-family:"Times New Roman";
       font-size:20px;
       font-style:normal;
       font-weight:bold;}
