@charset "utf-8";
/* CSS Document */

body{
	 margin:0;
	 padding:0;
/*	 background-image:url(Dizayn/erd.png);*/
	 background-image:url(images/bground.jpg);
	 background-position:left;
	 background-position:bottom;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size:11px;
	 
 }

 #header{
	 height:90px;
	 background-color:#000;
	 position:fixed;
	 top:0px;
	 left:0px;
	 display:block;
	 width:100%;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	background-image:url(images/topbg.png);
	background-position:left;
	background-repeat:no-repeat;
	/*-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;*/
 }
#headerbottom{
	 height:1px;
	 background-color:#FF0033;
	 position:fixed;
	 top:90px;
	 left:0px;
	 display:block;
	 width:100%;
	 filter:alpha(opacity=30);
	 opacity: 0.3;
	 -moz-opacity:0.3;
	 background-image:url(images/renkli_bant.gif);

	/*-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;*/
 }
 #footertop{
	 height:1px;
	 background-color:#FF0033;
	 position:fixed;
	 bottom:50px;
	 left:0px;
	 display:block;
	 width:100%;
	 filter:alpha(opacity=30);
	 opacity: 0.3;
	 -moz-opacity:0.3;
	 background-image:url(images/renkli_bant.gif);

	/*-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;*/
 }
 #footer{
	 color:#CCC;
	 text-align:right;
	 vertical-align:middle;
	 padding-right:200px;
	 height:50px;
	 background-color:#000;
	 position:fixed;
	 bottom:0px;
	 left:0px;
	 display:block;
	 width:100%;
 	 filter:alpha(opacity=50);
	 opacity: 0.5;
	 -moz-opacity:0.5;

 }
 #content{
	 width:3000px;
	 padding-top:90px;
	 padding-bottom:90px;
	 height:400px;

 }
 #detay{
	 display:block;
	 float:left;
	 width:284px;
	 margin-top:5px;
	 color:#666666;
	 font-family:Trebuchet MS;
	 letter-spacing:0.05em;
	 font-size:11px; 
 }
 #divs{
	 float:left;
	 padding:10px;	
	 height:300px;
	 width:300px;
	 margin:10px 10px;
	 background-color:#000;
	 filter:alpha(opacity=70);
	 opacity: 0.7;
	 -moz-opacity:0.7;
	 color:#FFF;
	 /*background-image:url(images/bg_content.png);
	 background-repeat:no-repeat;*/
 }
 #divs_img{
	 float:left;
	 height:155px;
	 width:300px;
	 margin:10px 10px;
	 text-align:center;
 }
  #divs_text{
     clear:right;
	 float:left;
	 height:120px;
	 width:620px;
	 margin:10px 10px;
	 text-align:center;
 }
#divs img{
	width:300px;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
/*margin-left:-5px;*/

}

