/*
-----------------------------------------------------------
@ID: Body, Container, Clearfix
-----------------------------------------------------------
*/
body  {
  margin:                 0;
  padding:                0;
  color:                  #fff;
  background-color:       #121212;
  background-image:       url(img/background.jpg);
  background-attachment:  fixed;
  background-repeat:      no-repeat;
  text-align:             center;
  font-family:            Arial,Helvetica,sans-serif;
  font-size:              1em;
  font-weight:            normal;
  letter-spacing:         -1px;
}

/*
-----------------------------------------------------------
@ID: Top - Header
-----------------------------------------------------------
*/
#giris {
	float: left;
	margin-left: 150px;
	margin-top: 150px;
	width: 350px;
}
