body { background-color: rgb(64,64,64); } #panobox { position: absolute; top: 20px; left: 20px; width: 1200px; } #caption { position: absolute; left: 20px; width: 600px; font-family: helvetica,arial,sans-serif; color: rgb(200,250,250); font-size: 1em; top: inherit; } #next { position: absolute; left: 920px; right: 1220px; width: 300px; z-index: 1; text-align: right; } /* LINK SPECIFICATIONS */ a:link, a:visited { color: rgb(0,164,228); font-family: arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none; font-size: 1.1em; line-height: 100%; } a:hover { color: rgb(192,164,0); font-style: normal; font-variant: normal; font-weight: bold; font-family: arial,helvetica,sans-serif; text-decoration: none; font-size: 1.1em; line-height: 100%; } a:active { color: rgb(192,164,0); font-style: italic; font-variant: normal; font-weight: bold; font-family: arial,helvetica,sans-serif; text-decoration: none; font-size: 1.1em; line-height: 100%; } 