html {
	height:100%;
	width:100%;
	overflow-y:scroll;
}

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	
	background-color:#777718;
	background-image:url(../images/arkaplanlar/pattern.gif);
	background-position:top left;
	background-attachment:fixed;
	background-repeat:repeat;
}

form {
	width:100%;
	
	margin:0px;
	padding:0px;
	
	background-position:center center;
	background-attachment:fixed;
}

/* LİNK */
a:link {
	color:#333333;
	text-decoration:none;
}

a:visited {
	color:#333333;
	text-decoration:none;
}

a:hover {
	color:#333333;
	text-decoration:underline;
	border-color:#FFFF00;
}

a:active {
	color:#333333;
	text-decoration:none;
}
