html, body {
    margin: 0;
    padding: 0;
    height: 100%;
	min-width: 1059px;
    min-height: 691px;
    overflow: auto;
}
body {
    overflow:hidden;
    background: #fff url("bg.png") repeat scroll top left;
}

