
.good_link{
	text-decoration: none;
}

.banner_frame {
	vertical-align: middle;
	width: 300px;
	height: 230px;
	background-color: #000;
	text-align:center;
	position: relative;
}

.banner_title{
	font-size: 32px;
	color: white;
	width: 100%;
	position: relative;
	top: 3.7px;
	z-index: 4;
	color: orange;
	font-family: 'Spicy Rice', cursive;
	font-weight: normal;
	text-shadow: 2px 4px 4px brown;
}

.banner_text{
	font-size: 28.3px;
	color: white;
	z-index: 3;
	position: relative;
	top: -126.56px;
	line-height: 22.33px;
	font-family: 'Rajdhani', sans-serif;
	text-shadow: 2px 2px 4px blue;
}

.banner_img_div{
	position: relative;
	top: 0px;
}
.banner_img{
	position: relative;
	height: 148.88px;
	top: -7.44px;
}

.banner_land{
	position: relative;
	top: -111.67px;
	width:100%;
}