@charset "UTF-8";

body{
	background-attachment:fixed;
	background-image:url(arka_plan.jpg);
	background-repeat:round;
	margin-top: 0px;
}

a:link {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
a:visited {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
a:hover {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
a:active {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

.logo img {
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 2px 0px 10px 4px rgba(237,215,215,1.00);
    box-shadow: 2px 0px 10px 4px rgba(237,215,215,1.00);
}
.fihrist{
		position:sticky;
		position: -webkit-sticky; /* Safari için */
		left: 30px;
		top: 20px;
		width: 310px;
		height: 650px;
		float: left;
}
.orta {
    font-family: verdana;
    background-color: rgba(189,248,234,0.90);
    color: rgba(51,56,8,0.88);
    float: left;
    padding: 20px;
    width: 700px;
    height: auto;
    margin-left: 40px;
    margin-top: 20px;
    text-align: justify;
    font-size: 20px;
}
.bilgi{
	text-align: center;
	font-size: 17px;
	font-style: italic;
}
.footer {color: rgba(248,243,243,1.00);
		clear: both;
		font-family: Consolas, Andale Mono, Lucida Console, Lucida Sans Typewriter, Monaco, Courier New, monospace;
		margin-top: 30px;
		font-size: 20px;
		text-align: center;}
