body {

  background: #fff;
  font-size: 0.875em;
  font-family: monospace;
  padding: 0;
  margin: 0;
  background: url("Images/NewSite/backgroundtest9.jpg");
  background-attachment: fixed;
  background-size: cover;
  }
  
.wrapper {
  background: none;
	position: relative;
  top: 0;
  margin: 0 auto;
  width: 1030px;
  }
  
.sidebar-left, .sidebar-right {
  width: 180px;
  }
  
.main {
  width: 650px;
  margin-left: 190px;
  }
  
.sidebar-left {
  margin-left: 0px;
  }
  
.wrapper, .links a {
  color: #4f3d46;
  }
  
.box {
  border: 3px double #333;
  background: url("Images/NewSite/ebback.gif");
  padding: 0;
  }
  
.header {
 text-align: center;
position: relative;
  margin-top: 15px;
  top: 0;
  height: auto;
  }
  
.links {
  margin-top: 1em;
  text-align:center;
  }
  
.title { /*suppress title, since we're putting the title as text in the header box*/
  display: none;
  }

.footer {
  height: 0;
  }
  
.box h1, .box h2, .box h3, .box h4 {
  background: #47F6C1;
  background: url(Images/NewSite/DitherTile.png);
  margin: 0;
  padding: 0.35em 0.25em 0.3em 0.25em;
  text-align: center;
  
  }
  
.inner {
  padding: 0.25em 1em 0.3em 1em;
  font-size: 1.075em;
  }
.platinumImage{
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}
.platinumImage:hover{
	transform: scale(0.95);
	opacity: 70%;
}
.homeImageRedirect{
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}
.homeImageRedirect:hover{
	transform: scale(0.95);
	opacity: 70%;
}
.floatingHomeButton{
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}
.floatingHomeButton:hover{
	transform: scale(1.03);
	opacity: 80%;
}
#FloatingAngel{
	position: absolute;
	left: 180px;
	top: 130px;
	z-index: 1;
}

#logomarquee{
	display: inline-block;
    animation: slidingworld1 20s linear infinite;
	width:2311px; /*Change according to maximum size of gifs width*/
	
}
#logomarqueepart2{
	display: inline-block;
    animation: slidingworld2 20s linear infinite;
	width:2311px;
	animation-delay: 10s;
}

#logowrapper{
	
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	width: 600px;
	top: -20px;
	z-index: 0; 
}

@keyframes slidingworld1 {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes slidingworld2 {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-200%);
    }
}
