@charset "utf-8";
/* CSS Document */

html,
body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
html {display:table;}

html { 
	background: url(images/arkaplan.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	display:table-cell;
	vertical-align:middle;
}
.acilis {
	margin: 0 auto;
	font-family: Arial;
	font-size: 15px;
	height: 688px;
	width: 688px;
	color: white;
	text-align: center;
	line-height: 200px;
}
.aciklama {
	width:120px;
	height:130px;
	background-color:#900;
	color:#FFF;
	font-family:Arial;
	font-size:10px;
	text-align:center;
	position:absolute;
	vertical-align: middle;
	margin-top: -382px;
	margin-left: 330px;

}

.yuvarlak{
	background-color: #6286A0;
	border: 15px solid rgba(255, 255, 255, .5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	line-height: 200px;
	font-size: 20px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: #2D4251 5px 5px 5px;
	text-align: center;
	display:none;
}


.kutu {
	margin-top: 94px;
	margin-left: 275px;
	width: 200px;
	height: 200px;
	position: absolute;
}