body {
     margin:0;
     padding:0;
     font: 60% Bauhaus 93,Helvetica, Arial;
	 color: olive;
	 background-color: grey;
     }
     
#container 
        {
          background: rgb(100%,50%,50%) url('nursery_rhyme2.jpg') no-repeat;
	      width: 800px;
	      height: 618px;
	      margin: 0 auto;
	      position: relative;
         }
a 
          {
          a:link
          text-decoration: none;
          color:purple;
          font-size:25px;
          position:absolute;
          top: 575px;
          left: 350px;
          }     	
#nav {
	position: absolute;
	top:300 px;
	Left: 800px
	}
	
#nav a {
	display:list-item;
	float: left;
	width: 35px;
	margin: 1px;
	padding: 5px;
	background-color:white;
	}
	
#nav a:hover {
	background-color: none;
	}
	
#nav .current {
	background-color: rgb(157,88,45);
	color: white;
	}