.genel{
    background: #bd7b19;
    width: 100% !important;
    padding: 10px;
    text-transform: UPPERCASE;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    position: absolute;
  
}
.programlar-wrapper UL LI {
    background: url(../images/im.png) no-repeat 0 6px;
    padding-bottom: 1px;
    font-size: 12px;
}
.alignleft { float: left; margin:0px 5px 5px 0px;}
.alignright { float: right; margin:0px 5px 5px 0px;}
NAV LI A { padding: 1em 1.2em !important;}
.design-button A {
	background: rgba(189, 123, 25, 1);
  float: right;
	color: #FFF;
	margin-top: 0.5em;
	padding: 1em;
  border-left: 10px solid rgba(139, 87, 17, 1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
	clear: both;
	top: -50px;
	position: relative;
}