/* Add here all your CSS customizations */
#bilgi {
	position: absolute;
	height: 100%;
	width: 100%;
	left:0px;
	top:0px;
	margin:0;
	background-color:#FFF;
	display : none;
	text-align:center;
	padding-top:100px;
	color:white;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
#bilgi>span {
	background-color: #063;
	border: thin solid #999;
	padding: 10px;
}

.paragraf-hizala {text-indent: 25px; text-align:justify}

.div-paragraf > p {
	text-indent: 25px; text-align:justify;
}