body {
  background:#000;
  font-family: arial;
  font-size: 96%;
  padding:0;
  color:#D4AF37;
}

body > header > nav {
  border:solid 0px #D4AF37;
  width: 100%;
  background: transparent;
  color: #D4AF37;
  padding: 11px;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 7;
}

nav > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  text-transform: uppercase; 
}

nav > ul > li {
  padding:0;
  margin:-2px;
  display: inline;
}

#content {
  max-width: 1360px;
  width: 100%;
  padding: 0px;
  margin: 0px auto;
  border: 0px solid #ccc;
  border-radius: 10px;
  background: #transparent;
  font-size:12px;
  color:#D4AF37;;
}

.absservice {
background:rgba(0,0,0,0.7);
margin:5px;
padding:0 10px;
font-size:12pt;
display:inline-block;
display: inline;
position:absolute;
right:15%;
top:830px;
text-transform:uppercase;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:470px; /* your iframe height */
   top:470px;  /* your iframe height */
   margin-top:-470px;  /* your iframe height */
}

.backToTop {
  position: fixed;
  display: none;
  right: 2%;
  cursor: pointer;
  font-weight: bold;
  opacity: 0.5;
  width: 40px;
  height: 40px;
  bottom: 15px;
  background: url(http://www.kenjiro.nl/images/arrow_up.png) no-repeat;
}

.backToBottom {
  position: fixed;
  display: none;
  right: 2%;
  cursor: pointer;
  font-weight: bold;
  opacity: 0.5;
  width: 40px;
  height: 40px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 10px;
  background: url(http://www.kenjiro.nl/images/arrow_up.png) no-repeat;
}

li > a {
  background: #000;
  text-decoration: none;
  border:solid 1px #D4AF37;
  width:300px;
  padding:11px 50px;
  margin:0;
  height:50px;
}
a:link, a:visited {
  color: #D4AF37;
}
a:hover {
  color: #000;
  background: #D4AF37;
}

h2 {
  margin-top: 0; 
}

.pdf {
width:200px;
color:#000;
padding:3px;
text-align:center;
background:#fff;
border:solid 2px #009ddf;
border-radius: 20px; /* собственно само свойство в оригинале */
-webkit-border-radius: 20px; /* для Safari и Google Chrome */
-moz-border-radius: 20px; /*для Mozilla Firefox */
}