@charset "utf-8";
/* CSS Document */

   DIV#flashbg {

    position         : absolute ;
	width: 100%;
	height: 100%;
	position:fixed;
	background-image: url(../images/bg02.png);
	background-position: center;

   }


   DIV#content {
    z-index          : 1 ;
    position         : absolute ;
	width: 100%;
	height: 100%;


   }
   
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg01.png);
	background-position: center;
	background-color: #000;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}

#main { 
	width: 250px;

	text-align: center;

}

#border { 
	width: 480px;
	background-color: #befae1;
	height: 5px;
}

#logo { 
	margin-top: 15px;
}

#bordre { 
	width: 10px;
	background-color: black;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#baslik {
	font-size:22px;
	margin-bottom: 3px;
	font-weight: bold;


}

#text {
	font-size:12px;
}

#menu {
	font-size:10px;
}

#update {
	font-size:10px;
	margin-top: -3px;
	color:#F00;
}

#mail {
	width:175px;
	margin-top: 5px;
	border:1px;
	border-color: #dbd559;
	border-style:solid;
	background-color: #0b1419;
	color: #dbd559;
	padding: 5px;
}

#mailput {
	text-align:
}

a {
	text-decoration: none;
	color: red;
}

a:hover {
	text-decoration:underline;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:150px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #sitebildir {
  width:350px; 
  height:150px;
  padding:20px;
  background-color:#fff;
}

#popupx {
	text-align:right;
}

#popuphead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: red;
}

#popuptext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top:5px;
	margin-bottom: 25px;
}

#bildir {
	margin-top:7px;
}

#duyuru {
font-size: 50px;
color: red;
font-family: verdana;
padding-left: 15px;
text-align: center;
letter-spacing: 0.4px;
padding-top: 5px;
padding-bottom: 5px;
}

/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow:hidden;

	}
	/* end hide */
