* {
  padding: 0;
  margin: 0;
}
body {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  color: #999999;
  background: url(background_light.jpg);
}
div#main  {
  margin: 0 auto;
  width: 900px;
  background: ;
  padding: 20px;
}


header h1 {
  font-size: 78px;
  font-weight: 400;
  color: #444444;
  margin: 10px 0 0 0;
}
header h1 .surname {
  font-weight: 800;
  color: #4ABAAD;
}
header .caption {
  color: #777;
  font-size: 18px;
}
header p {
  margin: 0;
}


a {
  color: #444444;
  font-weight: 800;
}
a:hover {
  color: #4ABAAD;
}


.bull {
  color: #4ABAAD;
}
strong {
  font-weight: 800;
  color: #444444;
}


#contactform {
  margin: 20px 0;
  display: none;
  width: 620px;
}
.form-left {
  float: left;
  width: 310px;
}
.form-right {
  float: right;
  width: 310px;
}




input, textarea {
  font-size: 14px;
  padding: 10px 5px;
  margin-top: -2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  width: 300px;
}
input {
  width: 300px;
}
textarea {
  height: 87px;
  resize: none;
}


.button{
  width: auto;
  background: #4ABAAD;
  border: none;
  color: white;
  cursor: pointer;
  padding: 10px 20px;
  margin-top: -2px;
  text-align: center;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.button:hover{ color: #444444; }
.button:focus { color: black; }