*{
  margin: 0em;
  padding: 0em;
  font-size: 16px;
  font-family: arial;
}
body{
  background-image: url("../data/background.jpg");
  background-repeat: repeat-x;
  text-align: center;
}
#main{
  width: 780px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #565565;
  background-color: #efefef;
  text-align:left;
}
#header{
  height: 281px;
}
#works{
  line-height: 40px;
  font-family: verdana;
  font-size: 24px;
  font-weight: bold;
  text-indent:10px;
  background-color: #dddddd;
  border-top: solid 1px #565565;
  border-bottom: solid 1px #565565;
}
#contact{
  height: 280px;
}
#contact #profile{
  float: left;
  width: 270px;
  text-indent:10px;
  margin-top: 10px;
}
#contact #mapp{
  top: 0px;
  float: right;
  width: 480px;
  margin-top: 10px;
  margin-right: 10px;
}
#footer{
  clear: left;
  line-height: 30px;
  font-size: 16px;
  text-indent:10px;
  background-color: #dddddd;
  border-top: solid 1px #565565;
}