* {
   padding: 0px;
   margin: 0px;
}

body {
   background: #fff url(../images/bg_home.gif) top right repeat-y;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 10px;
   color: #999;
   }   
   
#outer {
   position: relative;
   width: auto;
   height: 500px;
}
   
ul {
   list-style: none;
   padding: 0;
   margin: 0;
   font-weight: bold;
   text-transform: uppercase;
   line-height: 16px;
   /*font-family: Helvetica, Arial, sans-serif;
   font-size: 10px;
   color: #999;*/
   }
   
ul li a {
    color: #999;
	text-decoration: none;
	}
	
ul li a:hover {
    color: #000;
	}
   
#copyright {
   position: absolute;
   width: 300px;
   height: 25px;
   bottom: 10px;
   left:21px;
   }
   
#logo {
   position: absolute;
   width: 191px;
   height: 88px;
   top: 70px;
   left: 21px;
   z-index:5;
   }
   
#big-picture {
   position: absolute;
   top: 0;
   left: 0;
   width: 549px;
   height: 332px;
   z-index: 1;
   }

.nav { 
   position: relative;
   top: 350px;
   left: 0;
   margin-left: 21px; 
   width: 190px;
   height: 30px;
   }
   
