* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url("resimler/bg1.gif") repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #5d5d5d;
	text-align: center;
	background-attachment: fixed;
}

a {
	color:#5d5d5d;
	background-color:inherit;
	text-decoration:none;
}

a:hover{
	color:#000000;
	background-color:inherit;
	text-decoration:underline;
}