html, body, #page {
	margin: 0;
	padding: 0;
	width:100%;
	height: 100%;
	overflow: hidden;
}

#upperLeftCorner {
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    overflow: visible;
    width: 260px;
    height: 223px;
    margin: 0 0 0 0;
    padding: 0;
    z-index: 9999;
    border: none;
    float:left;
  }