html { height: 100%; overflow: hidden; } body { height: 100%; margin: 0; padding: 0; font-family:sans-serif; } #content { height: 100%; width: 100%; } #innercontent { background: #fff; } #innercontent a { color: #3A882F; } #innercontent a:hover { color: #fff; background: #3A882F; } #textcontent { display: none; } #textcontent li { margin: 10px; } .message { font-size: .8em; width: 500px; margin: 30px auto 0; text-align: left; } #asset { display: none; }
