body, html{
  height:100%;
  background-image: url(http://lawsoneventrentals.com/wp-content/uploads/2013/04/LED-Light-Up-Dance-Floor.jpg);
  background-repeat: no-repeat;
  background-position: center; 
}
body{
  margin: 0px;
  background-color:#444;
  font-size: 18px;
}
body, a:link, a:visited, a:active{
  color: lightblue;
  font-family: Oswald, sans-serif;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: underline;
}

.disabled {
  float: right;
  padding:5px 12px;
}

.disabled a:link, a:active {
  color: black;
  text-decoration: none;

}
.title, .addDancerButton, .invokeMethodButton{
  padding:5px 12px;
  float:right;
}
.topbar{
  height:32px;
  background-color: #555;
}
.title{
  background-color: #777;
}
.dancer{
  border:10px solid red;
  border-radius:10px;
  position:absolute;
}

.gifdancer {
  position:absolute;
  
}

.lineUp {
  left: 30px;
}

.mouseDancer, .mouseDancerHover {
  position:absolute;
}

.mouseDancerHover {
  border-color: green;
  border-width: 10px;
}

.mouseDancer img {
  height: 50px;
}

.mouseDancerHover img {
  height: 150px;
}