#footer {
	position: absolute;
	bottom: 10px;
}

/* Основни настроки */
body {
	font-family: Verdana;
	font-size: 12px;
    color: #323232;
	background-color: #ffffff;
	margin: 10px;
	padding: 10px;
}
p {
	line-height: normal;
	margin-left: 50px;
}
h1 {
	font-size: 25px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}
ul {
	list-style-image: url('http://xn--80apkkebu.micobg.net/img/recommend.gif');
	margin-left: 75px;
}

a:link, a:visited  {color: #757978; font-size: inherit; text-decoration: none;}
a:active, a:hover {color: #000000; font-size: inherit; text-decoration: none;}