@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
.h1{
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#990000;
}
body{
	font-family:Verdana, Geneva, sans-serif;
	background-image: url(images/Bottom_texture.jpg);
	background-repeat: repeat;
}
#sayfa {
	width:950px;
	height:550px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
}
#ust{
}
#orta{
}
#alt{
	background-color: #333;
	height: 50px;
	width: 950px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

