html {
  font-family: "Lucida Grande", Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  color: #c9c9c8;
  font-size: 12px;
  background: #4f5459;
}

@-webkit-keyframes spin {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(180deg); }
}

h1 {
  height: 0;
  margin: 0;
  line-height: 0;
  text-indent: -10000px;
}



.logo {
  padding: 20px;
  width: 246px;
  height: 129px;
  margin: 30px auto 0;
  background: transparent url("../images/lay-logo-full.png") no-repeat 20px 20px;
  z-index: 10;
  cursor: pointer;
  display: block;
  position: relative;
}
.logo .z-letter {
  width: 78px;
  height: 78px;
  background: transparent url("../images/lay-logo-z.png") no-repeat;
  cursor: pointer;
  display: block;
  -webkit-animation: spin 1s 1 5s;
}


.follow {
  padding: 20px 0;
  margin: 50px 0 20px;
  color: #797e83;
  font-size: 200%;
  text-align: center;
  background: #494d52;
}
.follow span {
  text-align: center;
  margin: 0 0 15px;
  display: block;
}
.follow a {
  margin: 15px;
  height: 70px;
  cursor: pointer;
}
.follow a img {
  cursor: pointer;
  opacity: .6;
  -webkit-transform: scale(.9);
  -webkit-transition: all .5s;
}
.follow a:hover img {
  opacity: 1;
  -webkit-transform: scale(1);
}

.clearfix:after {
  clear: both; 
  height: 0; 
  content: "."; 
  display: block; 
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}  
