@charset "utf-8";
/* CSS Document */

*{
	margin:0 auto;
	padding:0;
	background-color: #09C;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

#genel {
	width: 500px;
        
	
	
}
#menu {
	width: 500px;
}
#ust {
	height: 60px;
	width: 500px;
	background-image: url(../resim/ust.png);
}
#orta {
        height:400px;
        overflow: auto;
	background-image: url(resim/orta.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
img {
	padding: 5px;
	float: left;
	height:100px;
	width:100px;
	text-align: left;
}

#alt {
	background-image: url(../resim/alt.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 500px;
	text-align:center;
        
}

p:hover{ background-color:#FFF; color:#000;}