body {
  margin: 0px;
  padding: 0px;
}

.topBlock {
  width: 100%;
  height: 150px;
  position: relative;
  background-color: black;
  background-image: url('../pics/aboutUsTop.gif');
  background-position: 400px -220px;
  background-size: 900px 600px;
  background-repeat: no-repeat;
  opacity: 0.85;
}

.topBlock p {
  color: white;
  font-family: 'raleway';
  font-size: 80px;
  position: relative;
  margin: 0px 0px 0px 80px;
  top: 40px;
}

.button {
  width: 250px;
  border: 2px solid white;
  background-color: #355282;
  height: 50px;
  margin: 20px 00px 5px 100px;
  position: relative;
  font-family: 'Press Start 2P';
  color: white;
  font-size: 18px;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {
  background-color: #142346;
  cursor: pointer;
}

.button:active {
  background-color: #142346;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.bottomBlock {
  width: 100%;
  min-width: 800px;
  margin-top: 20px;
}

p#title {
  text-align: center;
  margin: 0;
  position: relative;
  font-family: 'raleway';
  font-size: 70px;
  font-weight: bolder;
}

.editors {
  width: 1250px;
  height: 350px;
  margin: 0px auto 0px auto;
}

.editorsBody {
  margin: 20px 32px 0px 32px;
}

.picBox {
  width: 158px;
  height: 180px;
  display: inline-block;
}

.pic {
  width: 96px;
  height: 96px;
  margin: 0px auto 0px auto;
}

.picDesc {
  margin: 10px auto 0px auto;
  width: 150px;
  text-align: center;
}

.picDesc #name {
  font-family: 'raleway';
  font-size: 20px;
}

.picDesc #job {
  position: relative;
  top: -15px;
  font-family: 'raleway';
  font-size: 14px;
  font-weight: bold;
}

.writers {
  width: 1100px;
  margin: 30px auto 0px auto;
  height: 600px;
}

.writersBody{
  text-align: left;
  width: 500px;
  height: 400px;
  outline: 1px solid;
}

#a {
  margin: 20px 0px 0px 30px;
  float: left;
}

#b {
  margin: 20px 30px 0px 0px;
  float: right;
}

#nameTitle {
  height: 10px;
  width: 200px;
  margin: 15px 0px 35px 150px;
  font-family: 'raleway';
  font-size: 36px;
}

#colOne{
  width: 220px;
  float: left;
  height: 300px;
  margin: 10px 0px 0px 20px;
  font-size: 20px;
  font-family: 'calibri';
}

#colTwo{
  width: 220px;
  float: right;
  height: 300px;
  margin: 10px 20px 0px 0px;
  font-size: 20px;
  font-family: 'calibri';
}
