@import "compass/css3";

body{
	font-family: sans-serif;
	color: #333;
}
.guestbox {
	z-index: 2;
	font-size: 11px;
}
#container {
  width: 50vw;
  height: 50vh;
  margin-left: 25vw;
  margin-right: 25vw;
  margin-top:25vh;
  margin-bottom: 25vh;
  position: absolute;
  background: grey;
  z-index:0;
}
.ant {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  background: #CB4B16;
  border-radius: 80%;
  backface-visibility: hidden;
  visibility:hidden;
  z-index:1;
}
#wrapper{
  position: absolute;
  top:100px;
  left:100px;
  width: 300px;
  height: 200px;
  z-index:2;
}