/* -------------------- fix ----------------------------------------
problem: [lightbox] #overlay.height = 1 screen (opera only)
reason: html.height=100% && body.height=100%
*/

html, body {height: auto;}
