﻿/* opera < 9.5 */
html { min-height: 101%; overflow-x:auto; }

/* Back for Safari */
body:last-child:not(:root:root) html {
     overflow: -moz-scrollbars-vertical; overflow-y: scroll;overflow-x:auto;
}