body {
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: cover;
}

.b_back {
 box-shadow:inset 0px 1px 0px 0px #ffffff;
 background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
 background-color:#ffffff;
 border-radius:6px;
 border:1px solid #dcdcdc;
 display:inline-block;
 cursor:pointer;
 color:#666666;
 font-family:Arial;
 font-size:15px;
 font-weight:bold;
 padding:6px 24px;
 text-decoration:none;
 text-shadow:0px 1px 0px #ffffff;
}
.b_back:hover {
 background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
 background-color:#f6f6f6;
}
.b_back:active {
 position:relative;
 top:1px;
}


.section {
 margin: 1px;
 float: left;
 /*height = 200px;*/
 width = 100%;
 border: 3px solid #73AD21;
 padding: 20px;
 border-radius: 15px
}

.gallery {
 /*position:relative;*/
 margin: 5px;
 border: 1px solid #ccc;
 float: left;
 width: 260px;
}

.gallery img {
 width: 100%;
 height: 350px;
}

.gallery2 {
 margin: 5px;
 float: left;
 width: 473.8px;
 border: 1px solid #ccc;
}

.gallery2 img {
 width: 100%;
 height: 280px;
}

div.desc {
 padding: 15px;
 text-align: center;
 font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 font-size: 15px;
}
.footer {
 clear: both;
 left: 0;
 bottom: 6px;
 width: 100%;
 font-size: 15px;
 height: 25px;
 text-align: center;
 padding: 0px;
 background-color: #5D5C61;   */##CCCCCC; green*/;
 color: white;
 border-radius: 2px;
}
