body,td,th {
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

html {

background: rgba(255,255,255,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 31%, rgba(201,192,191,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(31%, rgba(255,255,255,1)), color-stop(100%, rgba(201,192,191,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 31%, rgba(201,192,191,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 31%, rgba(201,192,191,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 31%, rgba(201,192,191,1) 100%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 31%, rgba(201,192,191,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9c0bf', GradientType=1 );

height : 100%;
}

img { border : 0;}

#content {

	position : absolute;
	width : 1024px;
	height : 771px;
    top: 0;
    left: 0;
    right : 0;
	text-align : center;
    margin-left: auto;
	margin-right : auto;
	background : url(../img/cover.png?v=2) 50% 50% no-repeat;

}

#logo {
	
	position : absolute;
	bottom : 0;
	left : 0;
	width : 1024px;
	text-align : center;
}

a {
  -moz-transition: all 0.15s cubic-bezier(0.46, 0.01, 0.14, 1.35);
  -o-transition: all 0.15s cubic-bezier(0.46, 0.01, 0.14, 1.35);
  -webkit-transition: all 0.15s cubic-bezier(0.46, 0.01, 0.14, 1.35);
  transition: all 0.15s cubic-bezier(0.46, 0.01, 0.14, 1.35);
  white-space: nowrap;
  letter-spacing: 2px;
  text-decoration: none;
  color: #666;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a:after {
  content: "";
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  overflow: hidden;
  background-color: #666;
  text-transform: lowercase;
  position: absolute;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 500;
  bottom: -8px;
  left: 0;
  width: 100%;
  display: inline-block;
  max-height: 0;
  z-index: -1;
}
a:before {
  content: "";
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: all 0.15s cubic-bezier(0.46, 0.01, 0.14, 1.35);
  -o-transition: all 0.15s cubic-bezier(0.46, 0.01, 0.14, 1.35);
  -webkit-transition: all 0.15s cubic-bezier(0.46, 0.01, 0.14, 1.35);
  transition: all 0.15s cubic-bezier(0.46, 0.01, 0.14, 1.35);
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #666;
  bottom: -5px;
  z-index: -2;
  
}
a:hover {
  color: white;
 
}
a:hover:before {
  padding: 10px 15px;
  margin-left: -15px;
  bottom: -10px;
  height: 100%;
}
a:hover:after {
  -moz-transition: all 0.25s cubic-bezier(0.46, 0.01, 0.14, 1.35) 0.3s;
  -o-transition: all 0.25s cubic-bezier(0.46, 0.01, 0.14, 1.35) 0.3s;
  -webkit-transition: all 0.25s cubic-bezier(0.46, 0.01, 0.14, 1.35);
  -webkit-transition-delay: 0.3s;
  opacity: 1;
}