body {
  background: #000;
  margin: 0px;
  color: #fff;
}

p {
  margin-top: 3px;
  margin-bottom: 8px;
  color: #fff;
}

#home_container {
  width: 100%;
  height: 392px;
  background: url('images/bg_home.jpg') no-repeat;
}

#home_content {
  width: 220px;
  height: 380px;
  margin-right: 20px;
  float: right;
}

#contact_container {
  width: 100%;
  height: 342px;
  margin-top: 50px;
  background: url('images/bg.jpg') no-repeat;
}

#portfolio_container {
  width: 100%;
  height: 392px;
}
#portfolio_container .images_container {
  width: 100%;
  padding: 30px 10px;
}
#portfolio_container .image {
  width: 120px;
  height: 120px;
}
#portfolio_container .paginator {
  width: 100%;
  height: 22px;
  background: #f72222;
}
#portfolio_container .image_table {
  margin: 0px 20px;
}
#contact_container {
  padding: 0px 70px;
}

