@charset "UTF-8";
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body{
	margin:0;
	background:#ffffff url(../images/bg.png) repeat-x;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:13px;
}
.clear{
	clear:both;
	height:0px;
}
.header{
	margin:0 auto;
	width:935px;
	height:74px;
}

.banner{
	margin:0 auto;
	width:935px;
	height:151px;	
}
.menu{
	margin-top:55px;
	margin-left:2px;
	width:935px;
	height:31px;
}
.main{
	margin:0 auto;
	width:935px;
	height:auto	
}
.logo{
	width:345px;
	height:74px;
	float:left
}
.mo_logo{
	width:207px;
	height:74px;
	float:right
}
.kimler{
	width:424px;
	height:149px;
	margin:40px 0 0 10px;
	float:left
}
.nasil{
	width:442px;
	height:149px;
	margin:40px 10px 0 0;
	float:right
}
.footer{
	margin:0 auto;
	margin-top:25px;
	height:35px;
	background-color:#26272a;
	text-align:center
}
.test{
	display:block
}