﻿body {
  background-color: #322e2d;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 100%;
}
img {
  border: none;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#Container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -512px; 
  width: 1025px;
  height: 500px;
  background-color: #322e2d;
  padding: 30px;
}
#Message {
  color: #322e2d;
  position: absolute;
  bottom: 30px;
  right: 660px;
  text-align: right;
}
#Contact {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 480px;
}
#Play {
  color: #17bee0;
  position: absolute;
  bottom: 30px;
  left: 925px;
  text-decoration: none;
}
#Play:hover {
  text-decoration: underline;
}

#imgSlideABC {
  position: absolute;
  left: 0;
  top: 0;
  width: 1025px;
  height: 500px;
}
#imgSlideAB {
  position: absolute;
  left: 0;
  top: 0;
  width: 680px;
  height: 500px;
  display: none;
}
#imgSlideBC {
  position: absolute;
  left: 345px;
  top: 0;
  width: 680px;
  height: 500px;
  display: none;
}
#imgSlideA {
  position: absolute;
  left: 0;
  top: 0;
  width: 335px;
  height: 500px;
  display: none;
}
#imgSlideB {
  position: absolute;
  left: 345px;
  top: 0;
  width: 335px;
  height: 500px;
  display: none;
}
#imgSlideC {
  position: absolute;
  left: 690px;
  top: 0;
  width: 335px;
  height: 500px;
  display: none;
}

