body {
    background-image:url(img/yan.jpg);
    background-repeat:repeat-y;
	}

#header {
  background:url(img/header2.jpg);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 920px;
  height: 245px;
  text-align:center;


}
#menu {
	position: absolute;
	top: 245px;
	left: 0px;
	width: 150px;
	height: 100%;
	padding: 20px;
	 }
	 
#menu a {
color:#CCCCCC;
text-decoration:none;
}

#menu a:hover {
color:#FFFFFF;
}
	 
	 
#icerik {
	background:url(img/top.jpg) no-repeat center;
	position: absolute;
	top: 245px;
	left: 200px;
	width: 720px;
	height: 100%;
	float:left;
	visibility: visible;
  }
  
  #icerik a {
color: #f00;
text-decoration:none;
}

#icerik a:hover {
color: #0000FF; 
}
#footer {
	background: #0f0;

	left: 0px;
	width: 670px;
	height: 100px;
	bottom: 0px;

}
 img {
  
  border: 0;
}
