html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font: Arial, Tahoma, Verdana, Sans-serif;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  min-height: 585px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}
img {
  border: 0;
  outline: none;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
  margin: 0;
  padding: 0;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
header,
nav,
section,
article,
aside,
footer {
  display: block;
}
a {
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
input {
  vertical-align: middle;
}
* {
  outline: none;
  margin: 0;
  padding: 0;
}
strong {
  font-weight: 100;
}
button {
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: transparent;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
.main {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  background-color: #111;
}
.main h1 {
  font-weight: 900;
  font-size: 70px;
  line-height: 82px;
  font-style: normal;
  color: #fff;
  top: 60px;
  left: 50px;
  position: absolute;
}
.main .vcg_logo {
  display: block;
  position: absolute;
  bottom: 155px;
  left: 50px;
}
.main .archive {
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 11px;
  position: absolute;
  right: 50px;
  bottom: 48px;
  text-transform: uppercase;
  text-decoration: none;
  color: #414141;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.main .archive:hover {
  color: #fff;
}
footer {
  position: absolute;
  left: 50px;
  bottom: 43px;
  color: #fff;
}
footer ul {
  display: block;
  font-size: 0;
  padding: 0;
}
footer ul li {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-right: 60px;
}
footer ul li a {
  text-decoration: none;
  color: #414141;
  font-size: 11px;
}
footer ul li a span {
  color: #414141;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  letter-spacing: 1px;
  font-size: 11px;
}
footer ul li a:hover span {
  color: #fff;
}
footer ul li .opacity {
  color: #414141;
}
footer ul li .links {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 14px;
  color: #414141;
}
footer ul li .links:hover {
  color: #fff;
}
footer strong {
  font-size: 11px;
  letter-spacing: 1px;
}
