body {
  background-image: url("/images/background.jpg");
  font-family: Helvetica, sans-serif;
  font-size: 1.2em;
  text-align: center;
}

a,
a:visited {
  color: blue;
}

a:hover {
  text-decoration: none;
}

#container {
  margin: 0 auto;
  width: 1000px;
}

#header {
  margin-bottom: 100px;
  margin-top: 40px;
}

#main-content {
  background-color: white;
  border: 1px solid #666;
  border-radius: 10px;
  box-shadow: 0 0 10px 20px #666;
  margin: 0 auto;
  padding: 25px 10px;
  width: 900px;
}

#company-name {
  color: red;
  font-family: Arial;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-box {
  float: left;
  margin: 0 10px;
  width: 275px;
}

.contact-box-title {
  font-weight: bold;
  margin-bottom: 10px;
}

#map {
  height: 400px;
  margin: 50px auto;
  width: 400px;
}

#footer {
  font-size: 0.8em;
  margin: 80px auto;
}