@charset "utf-8";
a {
	font-size: 14px;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF9;
}
a:active {
	text-decoration: none;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg2.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
h1 {
	font-weight:bold;
	font-size:18px;
	color:#2364AD;
}
h2 {
	font-weight:bold;
	font-size:16px;
}
.temel {
	background-color:#FFF;
	width:800px;
	padding:10px;
	margin: auto;
}
.footertext {
	font-size: 12px;
	color: #FFF;
}
