html {
  background-color: black;
  width: 100%;
  cursor: url("graphics/beetle_cursor.ico"), default;
  background-repeat: repeat;
  background-position: top center;
  background-attachment: fixed;
  height: auto;
}

a:hover {
  cursor: url("graphics/beetle_cursor_2.ico"), pointer;
}

body {
  margin: auto;
  width: 480px;
  min-height: 628px;
  
}

p {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  color: white;
  text-align: center;
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  text-shadow: #555555 -1px 1px 1px
}

h2 {
  margin-top: 0;
  margin-left: 16px;
  margin-right: 16px;
  color: #a4d800;
  text-align: center;
  font-family: "Verdana", sans-serif;
  font-size: 12px;
}

img {
  text-align: center;
}

a {
  margin-top: 0;
  margin-left: 16px;
  margin-right: 16px;
  color: white;
  text-align: center;
  font-family: "Verdana", sans-serif;
  font-size: 18px;
  text-decoration: 1px dotted underline;
}

p a:hover {
  color: #a4d800;
  text-shadow: #376200 -1px 1px 1px
}

.contentbox {
  position: absolute;
  margin: auto;
  top: 1%;
  bottom:1%;
  width: 480px;
  height: 620px;
  min-width: 480px;
  min-height: 620px;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media only screen and (max-height: 628px) {
  .contentbox {
    position: relative;
    margin: auto;
    width: 480px;
    height: 620px;
    min-width: 480px;
    min-height: 620px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.content {
  display: block;
  width: 478px;
  height: 346px;
  background-color: black;
  border: 1px solid white;
  border-top: 0;
  padding-top: 1px;
}

.beetletop {
  display: block;
  background-image: url("graphics/darrilmud_render_slumber.gif");
  width: 480px;
  height: 274px;
}

