*
{
	color:white;
	font-family:sans-serif;
}

body
{
	background-image:url(baza.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-attachment: fixed;
}

#header
{
	clear:both;
	text-align:center;
	font-size:140%;
	text-shadow:0.1em 0.1em 0.2em black;
}

h1
{
	font-style:italic;
	font-family:comic sans ms;
	color:red;
	width:100%;
}

#main
{
	margin-left:25%;
	margin-top:5%;
	width:50%;
	text-align:center;
	font-size:110%;
	text-shadow: 0.1em 0.1em 0.2em black;
}

#footer
{
	clear:both;
	width:100%;
	text-align:center;
	position:fixed;
	bottom:5px;
	text-shadow:0 0 0.2em #87F, 0 0 0.2em #87F, 0 0 0.2em #87F;
}

img
{
	width:25%;
}

a
{
	text-decoration:none;
}

h1:hover
{
	color:darkred;
}
