html {
	overflow: auto;
}

body {
    background: white;
    margin: 0px;
}

* {
  margin: 0px;
  padding: 0px;
  color: black;
  font-family: Verdana;
  font-size: 11px;
}

a {
    cursor: pointer;
}


img {
  border: 0px;
}

#brat {
	position: absolute;
	top: 0px;
	left: 0px;
}
