html { div { overflow:auto; } body { background-image: url(background-gradient.png); background-repeat: repeat-x; background-color:gray; } a, a:visited, a:active { color:navy blue; text-decoration: none; } nav { font-family: 'Courier'; font-size:13px; right: 10px; top: 5px; text-align: right; text-shadow: 3px 3px 3px rgba(200,205,100,1); } nav ul { list-style-type: none; } #poem { font-size: 14px; font-family: Courier, Arial, sans-serif; position: scroll; color:black; top: 5px; left: 5px; } #key { width: 300px; position: fixed; top: 17%; left: 30%; } #Seeit img { width:500px; height:500px; position: scroll; top:20%; right:0%; } #key a { font-size: 20px; color: #000; text-shadow: 2px 2px 2px grey; } #key table, #key th, #key tr, #key td { border: none; } #cathand img { position:fixed; left:0px; bottom:20px; }