/* CSS Document */
@import url('reset.css');
@import url('shortcuts.css');
@import url('../fonts/fonts.css');

body {  }
/**
-webkit-background-size: cover !important; 
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
**/

#bg				{ position:absolute; width:100%; height:100%; left:0; top:0;  overflow:hidden; background:#d9d9d9}
#bg	#oztic		{ position:absolute; width:50%; height:100%; left:0; top:0; background:#fff}
#bg	#ozyap #a	{ position:absolute; width:100%; height:50%; left:0; top:0;}
#bg	#ozyap #b	{ position:absolute; width:120px; height:520px; left:-250px; bottom:-260px; background:#fff}
#bg	#ozyap	{ position:absolute; width:50%; height:100%; right:0; top:0; background:#000}
#bg	#ozyap	#img 	{ position:absolute; width:200%; height:100%; left:-240px; top:0; background:#ddd url(../images/img.jpg) fixed no-repeat;
-webkit-background-size: cover !important; 
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;}
#bg		#pattern 	{ position:absolute; width:200%; height:100%; left:-240px; top:0; background: url(../images/pattern.png); opacity:0.5; }
#bg	#icon	{ position:absolute; width:100%; height:100%; left:0; top:0; background: url(../images/icon.png) center center no-repeat fixed}

#bg	#c				{ position:absolute; width:100%; height:100%; left:0; top:0;  overflow:hidden;}
#bg	#c	#d			{ position:absolute; width:50%; height:100%; left:0; top:0; }
#bg	#c	#d	#e		{ position:absolute; width:100%; height:50%; left:0; top:0; }
#bg	#c	#d	#e  #f 	{ position:absolute; width:1000px; height:400px; bottom:-200px; right:-500px; }

#bg	#c	#d	#e  #f  .logo 		{ display:inline-block}
#bg	#c	#d	#e  #f  .logo.lf	{ position:absolute; height:100%; width:300px; left:0; top:0; background: url(../images/ozgur-ticaret-logo.png) center center no-repeat;}
#bg	#c	#d	#e  #f  .logo.rg	{ position:absolute; height:100%; width:300px; right:0; top:0; background: url(../images/ozgur-yapi-logo.png) center center no-repeat;}
