@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../images/bg.jpg);
}
.logo {
    text-align: center;
    margin: 20px 0 30px 0;
}
.logo img {
    width: 50%;
}
.banner img {
    width: 100%;
}
.alt-resim img {
    width: 100%;
    margin: 20px 0 0px 0;
}
.siteye-giris {
    background: #252525;
    width: 220px;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    margin: 20px auto;
    display: block;
    box-shadow: 0px 4px 0px 0px #000;
    border-radius: 10px;
}
.siteye-giris a {
    color:#FFF;
	display:block;
}
.siteye-giris a:hover {
    text-decoration:none;
	color:#999;
}
.site-adres {
    text-align: center;
    font-size: 22px;
}
@media only screen and (max-width: 700px) {
.logo img {
    width: 80%;
}
}