body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	background-image: url(../img/bg.jpg);
}
#ana-sayfa #form form h6 {
	font-family: Arial;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	text-align: center;
}

#ana-sayfa {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#form {
	float: none;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#ana-sayfa h1 {
	font-family: Arial;
	font-size: 15px;
	display: block;
	font-weight: bold;
	color: #F1F1F1;
	text-align: center;
}

#form form {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

form #talep {
	float: left;
	width: 340px;
	border: 2px solid #666;
	border-radius: 5px;
	height: 30px;
	font-family: Arial;
	line-height: 30px;
	font-size: 10px;
	color: #CCC;
	background-color: #333;
	margin-bottom: 25px;
	padding-left: 10px;
}
form #taleparea {
	font-family: Arial;
	font-size: 10px;
	color: #CCC;
	float: left;
	width: 340px;
	padding-left: 10px;
	margin-bottom: 25px;
	background-color: #333;
	border: 2px solid #666;
	border-radius: 5px;
	padding-top: 10px;

}
