@charset "utf-8";
/* CSS Document */

html { 
    background: url(../images/arkaplan.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


 body {
  background-color:#fff;
  background-image: url(arkaplan.jpg); width="100%" height="100%" no-repeat center center fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  margin-top:0px;
  font-family:Tahoma;
  font-size:12px;
  color:#e0d7e1;
 }

 a {
  font-family:Tahoma;
  font-size:1px;
  color:#fff;
  text-decoration:none
	 }



.orta{
position: relative;
padding-right: 50px;
margin: auto;
}

.ortayedek{
position: absolute;
top: 0%;
left:28%
}

img{
-webkit-transition: all 0.3s ease-in-out; 
-moz-transition: all 0.3s ease-in-out; 
-o-transition: all 0.3s ease-in-out; 
-ms-transition: all 0.3s ease-in-out; 
transition: all 0.3s ease-in-out; 
}

img:hover{
-webkit-transform: scale(1.1); 
-moz-transform: scale(1.1); 
-o-transform: scale(1.1); 
transform: scale(1.1); 
}



.linklergozukmesin{
font-family:Tahoma;
font-size:1px;
color:#000;
text-decoration:none
position: obsolute;
top:-9999px;
left: -9999px;
}


.cerceve {
    background: url(../images/cerceve.png) center center no-repeat;
    height: 342px;
    padding-top: 25px;
}


