html body {
color: black;
font-family: Helvetica;
text-align: center;
background: white url(koray.png) no-repeat;
}

a:link, a:active, a:visited {
color: #4c4c4c;
text-decoration: none;
}
a:hover {
font-weight: bold;
color: #4c4c4c;
text-decoration: none;
}

footer {
font-size: 15px;
position: fixed;
bottom: 5px;
left: 40%;
}