html, body {
  margin: 0px;
  overflow: hidden;
  background-color: #c7b89b;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none; }

#hitarea, #hitareaimage, #brush, #brushimage, #nutral {
  display: none; }

#paint, #left, #patterns {
  display: none;
  position: fixed;
  bottom: -100px;
  left: 50%; }

#patterns img {
  display: block;
  position: absolute; }

#right {
  left: 3000px;
  position: absolute; }

#twitter, #facebook, #banana {
  position: fixed;
  bottom: -100px;
  left: 50%;
  cursor: pointer; }

#facebook {
  margin-left: -300px; }

#twitter {
  margin-left: -350px; }

#banana {
  margin-left: -400px; }
