html
{
	font-size: 100%;
	height: 100%; /* Scrollbars at all times */
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    background: #fff;
    height: 100%; 
}
