/* CSS Document */

/*
-------------------------------------------------------------
------------- Copyright 2010 - 2020 Lotus Medya -------------
-------------------------------------------------------------
------------------- posta@lotusmedya.com --------------------
-------------------------------------------------------------
----------------- http://www.lotusmedya.com -----------------
-------------------------------------------------------------
/* GENEL ETİKETLER */
html,body{
	margin:0px;
	padding:0px
}
body {
	font:18px Helvetica, Arial, sans-serif;
	color: #fff;
	background-image:url(../resim/arayuz/bg_kose.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;
}
/*LAYOUT KUTULARI*/
div#giris{
	width:444px;
	height:66px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-33px 0px 0px -222px;
	z-index:1000
}
div#ikonlar{
	width:102px;
	height:24px;
	position:absolute;
	left:25px;
	bottom:25px;
}
div#kose{
	width:214px;
	height:294px;
	position:absolute;
	right:0;
	bottom:0;
}
div#ikonlar img{
	padding:0 10px 0 0
}
img, img a{
	border:none;
	margin:0;
	border:0
}
