#body {
    background-color: #4da6de;
    margin: 0px;
    padding: 0px;
}
#container {
    position: relative;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0px;
    float: left;
    width: 1024px;
    height: 850px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../images/Background.jpg);
}
#mainframe {
    position: relative;
    padding-top: 200px;
    padding-right: 60px;
    padding-bottom: 0px;
    padding-left: 60px;
    margin: 0px;
    float: left;
    width: 650px;
    height: 320px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 19px;
}
#sidebar {
    position: relative;
    width: 174px;
    height: 480px;
    float: left;
    background-image: url(../images/TourListDL.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 30px;
    margin: 0px;
    left: 0px;
    top: 0px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-style: normal;
    font-weight: bold;
    background-attachment: scroll;
    line-height: 16px;
}
#gallery {
    position: absolute;
    width: 1024px;
    height: 140px;
    padding-top: 10px;
    padding-right: 0px;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    top: 520px;
    padding-left: 0px;
}
#footer {
    position: absolute;
    width: 264px;
    height: 65px;
    padding-right: 0px;
    padding-left: 760px;
    top: 200px;
    left: 0px;
    margin-top: 25px;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.images {
  overflow: hidden;
  padding: 10
	 px 0;
  white-space: nowrap;
  position: relative;
}

.images:hover .images-slide {
  animation-play-state: paused;
}

.images-slide {
  display: inline-block;
  animation: 50s slide infinite linear;
}

.images-slide img {
  margin: 0 10px;
}
h1 { font-size: 24px;
}
h2 { letter-spacing: 1px;
}
