.kucuk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.info-window-content {
	font-size: 14px;
	font-family: Arial, Verdana;
	font-weight: 100;
	line-height: 30px;
	width: 200px;
}

	#canvas_holder{
			position: fixed;
			top: 0px;
			left: 0px;
			width:100%; 
			height:100%;
			z-index: 0;
		}
 
		#map_canvas{
			width:100%;
			height:100%; 
			position: "absolute"; 
			top: 0px; 
			left: 0px; 
			overflow: "hidden";
		}
 
		#holder{
			background: rgba(0,0,0,0.8);
			z-index: 1000;
			position: absolute;
			right: 10px;
			top: 10px;
			color: white;
			padding: 10px;
			text-align: center;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-o-border-radius: 10px;
			-webkit-border-radius: 10px;
			-ms-border-radius: 10px;
		}

		
 
		#holder a{
			color: white;
			padding: 10px;
			text-decoration: none;
		}