body{
	position:relative;
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
}
#bar{
	position:relative;
	height:100px;
	background-image:url("resimler/barbg.jpg");
	z-index:1;
}
#arkaplan{
	position:relative;
	height:500px;
	background-image: url("bg.jpg"); 
	background-size: cover;
	background-position:center;
	bottom:10px;
	z-index:0;
}
.tablo{
	position:relative;
	width:1000px;
}
.giris{
	position:relative;
	width:350px;
	height:300px;
	background-image:url("girisbg.png");
	background-repeat:no-repeat;
	float:right;
	top:100px;
}
a.menu{
	position:relative;
	line-height:80px;
	text-decoration:none;
	color:black;
	margin:10px;
	float:right;
}
a.menu:hover{
	color:#cc3300;
}
.inputtxt{
    width: 350px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	float:left;
}
button {
    background-color: #cc3300;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 350px;
	font-size:20px;
	float:left;
}
button:hover{
	background-color:#990000;
}
.temizle{
	height:5px;
	clear:both;
}
.temizle2{
	height:10px;
	clear:both;
}
.icerik{
	position:relative;
	width:1000px;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#cc3300;
	text-align:left;
	font-size:16px;
	color:#ebebeb;
	line-height:25px;
}