@charset "utf-8";
/* -------------------------------- */
/*	Emre Evren YALÇIN Css Kütüphanesi
/*  www.evrenyalcin.com
    V1.0 */
/* -------------------------------- */


/* -------------------------------- */
/*	SIFIRLAMA						*/
/* -------------------------------- */	

	html * {
		padding: 0;
		margin: 0;
	}
	
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	 
	.clearfix {display: inline-block;}
	 
	* html .clearfix {height: 1%;}
	 
	.clearfix {display: block;}
	
	.temizle{clear: both;}

/* -------------------------------- */
/*	/SIFIRLAMA						*/
/* -------------------------------- */	


/* -------------------------------- */
/*	GENEL İŞLEMLER					*/
/* -------------------------------- */	


	body {
    	background:url(../resimler/bg.jpg) repeat;
		-x-system-font:none;
		color:black;
		font-family:arial,sans-serif;
		font-size:11px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		text-decoration:none;
		text-align:center;
	}

	img, a{ 
		border:none;
	}

/* -------------------------------- */
/*	/GENEL İŞLEMLER					*/
/* -------------------------------- */	


