html, body { min-height:100%; margin: 0px; padding: 0px; background-color: #515151; text-align: center; color: white; } #page, #display { font-family: sans-serif; font-size: 8.5pt; margin: 0 auto; width: 800px; height: auto !important; height: 100%; min-height: 100%; background-color: #353535; position: relative; } #page { text-align: left; height: 100%; min-height: 100%; } #display { padding-top: 26px; } .image_outer { display: inline-block; _display: inline; background-color: #515151; padding: 13px; margin: 10px; height: 100px; width: 150px; _width: 180px; text-align: center; } .image_outer:hover { background-color: #989898; } .image_outer img { border: none; } .image { max-height: 100px; max-width: 150px; } #curr_image { max-width: 500px; max-height: 300px; } #prev, #next { padding: 20px; cursor: pointer; } #prev { float: left; } #next { float: right; } a:link, a:visited { color: white; text-decoration: none; } a:hover { color: white; text-decoration: underline; } a img { border: none; } #prev_image, #next_image { border: none; } #pages { margin: 5px; color: #898989; } #pages a:link, #pages a:visited { color: #4c88cb; text-decoration: none; } #pages a:hover { color: #4c88cb; text-decoration: underline; } #content { padding-bottom: 60px; } #footer { font-size: 7pt; color: gray; text-align: center; width: 800px; position: absolute; bottom: 0; border-top: 2px solid #4c88cb; padding-top: 20px; } #copyright { color: #4c88cb; text-decoration: none; } #links { padding-top: 10px; } #links a:link, #links a:visited { text-decoration: none; font-size: 8pt; color: #898989; } #links a:hover { text-decoration: underline; font-size: 8pt; color: #898989; } #dlinks { text-align: center; } #dlinks_inner { width: 756px; text-align: left; margin: auto; } #dlinks_inner img { margin: 16px 0px 3px 0px; } .dframe { background-color: #2f2f2f; border: 1px solid #292828; margin: 17px 8px 3px 8px; font-size: small; } #dlinks a img { margin: 16px 0px 16px 0px; }