@charset "UTF-8";
/* CSS Document */

body{
margin:0;
padding:0;
border:0;
}
a {
   outline: none;
}
.hovertip {
    position: absolute;
    padding: 10px 13px;
    z-index: 2;
    max-width: 300px;

    color: #303030;
    background-color: #f5f5b5;
    border: 5px solid #DECA7E;

    font-family: sans-serif;
    font-size: 20px;
    line-height: 18px;
    text-align: left;
}
#background {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: transparent;
  position: relative;
  z-index: 0;
}

#background img {
  visibility: visible;
}
