@charset "UTF-8";
/* CSS Document */

#layer1 {
	background:url(../popup/home_page_popup.png) no-repeat;
	position: absolute;
	visibility: hidden;
	width: 290px;
	height: 242px;
	left: 40%;
	top: 40%;
}

#close {
	background:url(close_button.png) no-repeat;
	float: right;
	font-weight:bold;
	text-decoration:none;
	margin:39px 38px 0px 0px;
	width:88px;
	height:28px;
}
#close:hover{
	background-position:0px -28px;
	cursor:pointer;
}
.subscribe{
	background:url(../popup/subscribe_button.png) no-repeat;
	width:106px;
	height:33px;
	float:left;
	margin:140px 0px 0px 42px;
}
.subscribe:hover{
	background-position:0px -33px;
	cursor:pointer;
}
.volunteer{
	background:url(../popup/volunteer_button.png) no-repeat;
	width:106px;
	height:33px;
	float:left;
	margin:85px 0px 0px 0px;
}
.volunteer:hover{
	background-position:0px -33px;
	cursor:pointer;
}