/* eliminate page shift */
html {
min-height: 100%;
margin-bottom: 1px;
/* For Firefox 3.5 or later */
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll;
} 