@charset "utf-8";
body {
	background:url(../images/bg.jpg) top center repeat-x;
	margin:0; padding:0;
	font-family: 'Poppins', sans-serif;

}
.temizle{clear:both;}
#genel{
	width:960px;
	margin:0 auto;
	min-height:600px;
}
#ust{
	width:100%;
	height:100px;
	position: relative;
}
#logo{
	width:250px;
	height:100px;
	position: absolute;
	left: 0;
	top:0;
	background:url(../images/logo.png) no-repeat;
}
#ust_sag{
	width: 100%;
	padding: 30px 0 0 10px;

}
#orta{
    width: 920px;
    padding: 20px;
    margin: 20px 0;
    background: rgba(255,255,255,0.7);
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}
.orta{
	background: rgba(255,255,255,0.7);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}