@charset "utf-8";
/* This CSS can be included inline if desired */
.hima-heroimage {
	width: 640px;
	height: 224px;
	border: 0px;
	background-image: url(/images/australia/satellite/himawari-link-image-2.jpg);
	color: #fff;
	margin: 10px 0 15px 0;
	cursor: pointer;
}
.hima-content {
	position: relative;
	margin-left: 70px;
	width: 500px;
	height: 120px;
	text-align: center;
	position: relative;
	top: 40px;

}
.hima-h2 {
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.hima-p {
	font-size: 13px;
}
.hima-button {
	position: absolute;	
	background-color: #197b30;
	color: #fff;
	width: 226px;
	height: 60px;
	font-size: 18px;
	border-radius: 30px;
	border: medium solid #FFFFFF;
	-webkit-box-shadow: 0px 3px 4px 0 rgba(0,0,0,0.5);
	box-shadow: 0px 3px 4px 0 rgba(0,0,0,0.5);
	cursor: pointer;
	margin: 5px 0 0 5px;
}
.hima-button:hover {
	
	background-color: #333;
	cursor: pointer;
}
.hima-button:active {
	outline: none;
	-webkit-box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.5);
	box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.5);
}
.hima-button:focus {
	outline: none;
	background-color: #333;
	border-radius: 30px;
	cursor: pointer;
}
