html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
@font-face {
  font-family: 'Brandon Grotesque Bold';
  src: url("http://blog.insectashoes.com/fonts/brandon_bld-webfont.eot");
  src: url("http://blog.insectashoes.com/fonts/brandon_bld-webfont.eot#iefix") format('embedded-opentype'), url("../fonts/brandon_bld-webfont.woff") format('woff'), url("../fonts/brandon_bld-webfont.ttf") format('truetype'), url("../fonts/brandon_bld-webfont.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #d6d6d6 url("../images/background.png") center -300px no-repeat;
}
body .content {
  width: 500px;
  margin: 100px auto 0 auto;
  text-align: center;
}
body .content .logo {
  background: url("../images/logo.png");
  width: 100px;
  height: 161px;
  margin: 0 auto 80px auto;
}
body .content h2 {
  font-family: 'Brandon Grotesque Bold';
  font-size: 54px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body .content p {
  font-family: monospace;
  text-transform: lowercase;
  line-height: 1.6;
  font-size: 12px;
  width: 380px;
  margin: 0 auto;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body .content a {
  width: 230px;
  height: 50px;
  padding: 10px 25px;
  font-family: 'Brandon Grotesque Bold';
  border: 2px solid #000;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 100px;
  cursor: pointer;
  background: none;
  letter-spacing: 2px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  transition: all 100ms ease;
  outline: none;
  color: #000;
  text-decoration: none;
  position: relative;
  top: 50px;
}
body .content a:hover {
  background: #000;
  color: #fff;
}