html, body {
height: 100%;
margin: 0;
padding: 0;
}
body {
font: 80% arial, helvetica, sans-serif;
color: #000;
text-align: center;
background: url(img/back.jpg);
}
.baslik {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 40px;
}
.web_adresi {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 20px;
}
.yazi {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-align:left;

}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a {
	font-weight: bold;
}
