body{
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;
  background-color: #fcfaf2;
  font-family: Georgia;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  margin: 0 0 0 0;
}

.bar {

  font-family: Trebuchet MS;
  color: #FFFFFF;
  font-size: 12px;
  background-image: url(images/menu_bg.jpg);
  height:72px;
  background-repeat: repeat-x;
}
.header{
  background-image: url(images/header.gif);
  width: 980px;
  height: 236px;
  background-repeat: no-repeat;
}
.h1 {
  display:none;
}
.icerik {
  margin-top:160px;
  margin-left: 250px;
  color: #004000;
  font-family: Tahoma;
  font-weight: normal;
  font-size: 11px;
  position:absolute;
}

.bar a:link {
  color:#FFFFFF;
}
.bar a:hover {
  color: #F0F0F0;
  text-decoration:none;
}
.bar a:visited {
  color:#FFFFFF;
}


