body, button, fieldset, form, h1, h2, h3, html, iframe, input, label, legend, li, ol, p, select, table, td, textarea, th, tr, ul {
    margin: 0;
    padding:0
}

article, aside, footer, header, nav, section {
    display:block
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y:scroll
}

body {
    background: #000;
    color: #fff;
    font-family: arial, sans-serif
}

a {
    -webkit-text-decoration-skip: objects;
    outline: 0;
    background-color: transparent;
    color: #fff;
    text-decoration:underline;
}

img {
    border: none;
    vertical-align:middle
}

ol, ul {
    list-style-type:none
}

table {
    border-collapse: collapse;
    border-spacing:0
}

fieldset {
    min-width: 0;
    border:none
}

label {
    cursor:pointer
}

button, input, select, textarea {
    border-radius: 0;
    outline: 0;
    font-family: inherit;
    font-size: 100%;
    line-height:inherit
}

input {
    overflow:visible
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance:textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance:none
}

textarea {
    overflow: auto;
    resize:vertical
}

button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    overflow: visible;
    border: none;
    cursor:pointer
}

button::-moz-focus-inner {
    padding: 0;
    border:0
}

.site {
  width: 300px;
  height: 100px;
  padding: 20px;

  position: absolute;
  top: 50%;
  left: 50%;

  margin: -170px 0 0 -170px;
}
