body {
   background-image: url(../img/bg2.jpg);	
	font:18px Arial, Helvetica, sans-serif;
	color:black;
	line-height:18px;
}
.main {
	margin: 0 auto;
   position: relative;   
   background:transparent url(../img/bg2.jpg);	
	width: 1100px;
}
.header {
   margin: 0 auto;
	display: block;
   position:relative;
   width: 1100px;
   height: 600 ;
   z-index: 1;
}
.sayac {
position: absolute;
right: 20px;
top: 20px;
font-weight: bold;
color: white;
}           
.content {
	position: relative;
	margin: 0 auto;
   border:2px solid; 
   
   border-color: gray;	
	top: 500;
   background:transparent url(../img/bg-p.png);	
	width:980px;
	height: 1000px;
	z-index: 0;
}
.content h1{
   font:20px Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: red;
   text-transform:uppercase;
}
.menu {
   float: left;
   width: 942px;
   padding: 20px;   
   background-color: black;
   text-decoration:none;
   font-weight: bold;
   border-bottom-style: solid;
   
}
.menu p {display:inline-block;padding:4px;}
.menu a:link {color: gray;text-decoration:none;}      
.menu a:visited {color:gray;text-decoration:none;}  
.menu a:hover {color:yellow;text-decoration:none;}    
.menu a:active {color:white;text-decoration:none;} 
.article {
   float: left;
   width: 942px;
           
      font-family: verdana;
      font-size: 14px;
      position: relative;
      padding: 10px;
          
}
.altmenu {display: inline-block; position: relative; left: 0;}
.altmenu a {padding: 4px;}

.photo {
float: left;
   padding: 20px;
   width: 942px;

}
.photo img {
width:300px;
height:200px;
}
.bodrum {
    position: absolute;
    left:57px;    
    top: 1px;   
    width:450px;
    height:300px;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:center center;
    position:relative;
    overflow:hidden;
    cursor:pointer;
   background:transparent url(../img/bodrum.jpg);
}
#iletisim {
   float: left;
   margin:0 auto;
   bottom: 200;   
   width: 600px;
   padding: 20px;   
   border-style: solid;

}

#footer {
   position: absolute;
   margin:0 auto;
   bottom: 0;   
   width: 942px;
   padding: 20px;   
   background-color: black;
   border-top: solid;
   line-height:10px;

}
#footer h1 {font-size: 14px; font-family: arial; font-weight: bold; color: gray;}
#footer p {font-size: 12px; font-family: arial; font-weight: normal; color: gray;}





