@charset "utf-8";

html { 
  background: url(../images/nihat.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#link {
	height: 25px;
	width: 150px;
	margin-bottom: 10px;
	padding-top: 5px;
	position: fixed;
	bottom: 0px;
	right: 0px;
}

.f16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	text-decoration: none;
}
