<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Aytiayt</title>
<style type="text/css">
	body { 
		background: #fef3d7; 
		background: -moz-radial-gradient(center, ellipse cover, #fef3d7 0%, #c0a67e 100%); 
		background: -webkit-radial-gradient(center, ellipse cover, #fef3d7 0%,#c0a67e 100%); 
		background: radial-gradient(ellipse at center, #fef3d7 0%,#c0a67e 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef3d7', endColorstr='#c0a67e',GradientType=1 ); 
		background-attachment: fixed;
		height: 100%;

	}
	h1 { margin: 0; padding: 0; text-align: center; width: 100%; position: absolute; top: 50%; transform: translateY(-50%); }
	h1 img { max-width: 520px; width: 100%; margin: 0 auto; }
</style>
</head>

<body>

<h1><img src="logo.png" /></h1>

</body>
</html>