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

.clear {
	clear:both;
}

#promo_march {
	float:left;
	width:873px;
	height:224px;
	text-align:right;
}

.bg1 {
	background: url(../images/promo-march-bg.jpg) no-repeat;
}

.bg2 {
	background: url(../images/promo-march-bg2.jpg) no-repeat;
}

#date {
	text-align:right;
	padding:48px 67px 0 0;
	color:#5eb606;
	font-size:20px;
	font-family:arial;
	font-weight:bold;
}

#date span {
	padding:0 6px;
}

#my_days {
	margin-right:10px;
}

.bg1 .button {
	width:171px;
	height:36px;
	background:url(../images/click-here.jpg) no-repeat left top;
	float:right;
	text-indent:-9999px;
	text-decoration:none;
	margin-top:112px;
	margin-right:3px;
}

.bg1 .button:hover {
	background:url(../images/click-here.jpg) no-repeat left bottom;
	margin-top:112px!important;
	margin-right:3px!important;
}

.bg2 .button {
	width:171px;
	height:36px;
	background:url(../images/click-here2.jpg) no-repeat left top;
	float:right;
	text-indent:-9999px;
	text-decoration:none;
	margin-top:180px;
	margin-right:3px;
}

.bg2 .button:hover {
	background:url(../images/click-here2.jpg) no-repeat left bottom;
	margin-top:180px!important;
	margin-right:3px!important;
}

