@charset "utf-8";

.contest2012 {
  background-image: url('../assets/css/_img/bg-contest.jpg');
}

.contest2012_p {
	display: none;
}

a.contestbutton1 {
text-indent: -10000px;
       display: block;
	   background: url(../img/button1.jpg) no-repeat;
	   border: 0px solid;
       height: 67px;
       width: 155px;
       margin-bottom: 5px;
}

a.contestbutton1:hover {
text-indent: -10000px;
       background-position: 0 -68px;
	   border: 0px solid;
       margin-bottom: 5px;
}

.contestbutton1_p {
	display: none;
} 

a.contestbutton2 {
text-indent: -10000px;
       display: block;
	   background: url(../img/button2.jpg) no-repeat;
	   border: 0px solid;
       height: 67px;
       width: 155px;
       margin-bottom: 5px;
}

a.contestbutton2:hover {
text-indent: -10000px;
       background-position: 0 -68px;
	   border: 0px solid;
       margin-bottom: 5px;
}

.contestbutton2_p {
	display: none;
}