@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Georgia, serif;
	color: #333;
	overflow: hidden;
}


.container{
	width: 100%;
	height:100%;
	position: absolute;	
}

.bgimage {
	width: 100%;
	position: absolute;
	background:url( ../images/evrendeniste-bg2.jpg) no-repeat;
	background-size:cover;
	top: 0;
	left: 0;
	z-index: 5000;
	height:100%;
}

.transbox
  {
  width:400px;
  height:150px;
  margin: 0 auto;
  margin-top:100px;
  background-color:#ffffff;
  border:1px solid black;
  border-radius:15px;
  opacity:0.5;
  filter:alpha(opacity=60); /* IE8 ve öncesi */

  }
.transbox p
  {
  margin: 60px 40px;
  font-weight:bold;
  color:#000000;
  }