html, body, .container{ height: 100%; margin: 0; padding: 0; }
body{
	min-width: 320px;
	overflow: hidden;
}
body{
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 14px;
	text-transform: uppercase;
	color: #ccc;
	font-family: Verdana;
}
a{
	color: #888;
	text-decoration: none;
}
a:hover{
	color: #000;
}
.container{
	width: 100%;
	box-shadow: 0px -8px 0 0px #000 inset, 0px 8px 0 0px #000 inset;
}
.slogan{
	width: 600px;
	height: 600px;
	margin-bottom:9px;
	position: absolute;
 	bottom: 0;
 	right: 0;
	background: #fff url(../images/onur2.jpg) no-repeat center center;
	text-indent: -9999px;
}

.linkler{
	position: absolute;
	width: 100%;
	bottom: 5px;
	right:47px;
	text-align: right;
	z-index: 999;
}


@media screen and (max-width: 600px){
	.slogan{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
}
