/* @override http://nevyn.nu/alts/overglastyn/overglastyn.css */

body {
  background-color: white;
}

.quad {
  background-image: url(plate.jpg);
  width: 400px;
  height: 400px;
  padding: 50px;
  z-index: 0;
}

.quad > div {
  width: 200px;
  height: 200px;
  background: url(normal.jpg) no-repeat;
  display: inline-block;
  float:left;
  cursor: pointer;
  z-index: 100;
  position: relative;
}

.quad > div.hover {
  background: url(onhover.jpg) no-repeat;
}

.quad > div.mousedown {
  background: url(onmousedown.jpg) no-repeat;
}

#overooped {
  background-position: -50px -50px;
}
#thirdcog {
  background-position: -251px -50px;
}
#alastor {
  background-position: -50px -252px;
}
#nevyn {
  background-position: -251px -252px;
}

#about {
  position: absolute;
  display: none;
  width: 330px;
  height: 300px;
  float: none;
  z-index: 10;
  text-align: left;
  padding: 40px;
  font: 0.8em Verdana, "Hoefler Text", serif;
}

h1 {
  margin-top: 0;
  font-size: 1.3em;
}

h2 {
  font-size: 1em;
  margin: 0;
  margin-top: 1em;
}
p {
  margin-top: 0;
}

a {
  color: #21409d;
  font-weight: bold;
  text-decoration: none;
}

img {
  border: none;
}
a:hover {
  color: #455b9d;
}

.backToMenu {
  float: right;
  color: #e0e0e0;
  padding-top: 2.5em;
  padding-right: 0.5em;
}
