@CHARSET "UTF-8";

.campaignArea{
	font-weight:bold;
	event:expression(
		onmouseover = function(){this.style.backgroundColor = '#F0F8FF';},
		onmouseout = function(){this.style.backgroundColor = '#FFFFFF';}
	)
}
div.campaign {
  overflow:hidden;
  position:relative;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  margin:0;padding:0;
}
div.campaign span {
  position:static;
  +position:absolute;
  top:50%
  }
img.campaign {
  position:static;
  +position:relative;
  top:-50%;left:-50%;
  }

.anonymityAbetButton{
    background-image: url(anonymityAbet_button.png);
    background-repeat: no-repeat;
    width:60px;
    height:60px;
    font-size:15px;
    font-weight:bold;
    padding-top:40px;
}
.anonymityAbetButton2{
    background-image: url(anonymityAbet_button2.png);
    background-repeat: no-repeat;
    width:60px;
    height:60px;
    font-size:15px;
    font-weight:bold;
    padding-top:40px;
}
.realAbetButton{
    background-image: url(realAbet_button.png);
    background-repeat: no-repeat;
    width:60px;
    height:60px;
    font-size:15px;
    font-weight:bold;
    padding-top:40px;
}
.realAbetButton2{
    background-image: url(realAbet_button2.png);
    background-repeat: no-repeat;
    width:60px;
    height:60px;
    font-size:15px;
    font-weight:bold;
    padding-top:40px;
}
