* {
  margin: 0;
  padding: 0; 
}
body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #dbdbdb;
  text-align: justify;
  background: url(../img/body_bg.jpg) top center no-repeat #000000;
  text-shadow: #000000 1px 1px 0;
}
a {
  outline-style: none;
  color: #dbdbdb;
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}
ul {
  padding: 15px 0 15px 40px;
}
img {
  border: none;
}
div#mainArea {
  width: 930px;
  margin: 0 auto;
  text-align: center;
}
div.imagesConteiner img {
  height: 150px;
  margin: 0 15px 15px 0;
  border: solid 1px #4a4a4a;
  padding: 5px;
}
div.title {
  margin-bottom: 20px;
}
h1 {
  font-size: 60px;
  color: #ffffff;
}
h1 a {
  color: #ffffff;
}
h2 {
  color: #797979;
  margin-top: -35px;
  font-weight: normal;
  margin-bottom: 30px;
}
div.imagesConteiner a {
  display: inline-block;
  width: 150px;
  height: 150px;
  border: solid 5px #4a4a4a;
  margin: 0 15px 15px 0;
  line-height: 330px;
}
div.imagesConteiner {
  line-height: 12px;
}
