* {
  margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, th, figcaption {
  font-size: 1em; font-weight: normal; font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, video, canvas, small {
  display: block;
}
img, img a, img a:hover {
  width: 112px; border: 0; display: block; max-width: 100%; -ms-interpolation-mode: bicubic; position: absolute; top: 45%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}

body {
  background-image: url("The_Palace.jpg");
  background-size: 100%;
}

/****************************************
  ==== FORM RESET
****************************************/

input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="number"], input[type="password"], input[type="search"], select, textarea {
  outline: none; -webkit-appearance: none; -moz-appearance: none;
}
button {
  border: 0; background: transparent; cursor: pointer; -webkit-appearance: none; -moz-appearance: none;
}
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 {
  padding: 0;
}


.external {
  position: absolute;
  left: 100px;
  top: 150px;
  width: 800px;
  height: 600px;
}