.banner {
background: url('images/banner.png') no-repeat;
height: 290px;
margin: 10px 0 0 0;
width: 624px;
}
.banner-button {
background-image: linear-gradient(to bottom, #fee000, #fbc500 50%, #fabf00 50%, #f8ac00);
border-radius: 8px;
color: #702020;
display: block;
font-size: 18px;
line-height: 35px;
margin: 0 0 0 0;
text-align: center;
text-decoration: none;
width: 180px;
}
.banner-caption {
background-color: #b6ff00;
color: #000;
font-size: 24px;
margin: 0 0 0 0;
padding: 3px;
}
.banner-ul {
list-style-image: url('images/marker.png');
}