body {  
	padding: 0px;
	margin: 0px;
	color: gray;
	font-family: Tahoma, Arial, Verdana;
	background: #FFFFFF;
	background-image: url('/images/elka.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 90%;
}
div{
	padding-top:100px;
	text-align:center;
}

h1,h2,h3 {
	text-decoration: none;
	font-weight: normal;
}
h3 {font-size: 200%;}

a{
	color: orange;
}

a:hover{
	text-decoration: none;
	color: darkorange;
}
