#otherOptions img {
width : 200px;
height: 150px;
border-color: rgb(0,90,51);
border-style: solid;
}


#otherOptions #otherOption1 {
float: left;
padding-left: 20px;
padding-top: 20px;
}

#otherOptions #otherOption2 {
float: left;
padding-left: 20px;
padding-top: 20px;
}

#otherOptions #otherOption3 {
float: left;
padding-left: 20px;
padding-top: 20px;
}

button {
text-align: center;
width: 205px;
color: white;
background: rgb(0,90,51);
background: -moz-linear-gradient(top,rgb(0,90,51), rgb(0,150,51));
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0,90,51)), to(#013953));
position: absolute;
height: 50px;
border: none;
}

