html{
	width:100%;
	height:100%;
}
body{
	widows:100%;
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
	margin:0 0 0 0;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
}
img{
	border:0px;
}
#anatablo{
	width:100%;
	height:100%;
	border:0;
}
.ust{
	background-image:url(images/ust_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	height:111px;
}
* html .ust {
  background: none; /*Remove background*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src='images/ust_bg.png',
      sizingMethod='scale');
}
* html .ust a{
	position: relative;
	z-index: 587;
	display: inline;
}
* html .ust form{
	position: relative;
	z-index: 586;
	display: inline;
}
.alt{
	height:93px;
	background-image:url(images/alt_bg.png);
	background-repeat:no-repeat;
	background-position:top;
}
* html .alt {
  background: none; /*Remove background*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src='images/alt_bg.png',
      sizingMethod='scale');
}
* html .alt a{
	position: relative;
	z-index: 587;
	display: inline;
}
.orta_flash{
	background-image:url(images/giris_11.png);
	background-repeat:no-repeat;
	background-position:top;
	height:212px;
}
* html .orta_flash {
  background: none; /*Remove background*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src='images/giris_11.png',
      sizingMethod='scale');
}
.yazi1{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-align:center;
}
.iletisim{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#CCC;
	text-align:left;
}