* {
	margin: 0px;
	padding: 0px;
}
body
{
	font-family: arial;
	font-size: 13px;
	line-height: 20px;
	color: #212426;
}
a:link, a:visited
{
	color: #006abf;
	outline: none;
}
a:active,
a:hover
{
	color: #f21f18;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 20px 20px 20px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px 20px 20px 20px;
}
p {
	margin: 0px 20px 20px 20px;
}
img {
	display: block;
}

.page
{
	width: 600px;
	margin: 100px auto 20px auto;
}
.header
{
	width: 600px;
	height: 100px;
	text-align: center;
}
.header div
{
	display: inline-block;
	position: relative;
}
.kubandom
{
	top: 13px;
	left: -60px;
}
.arrow
{
	top: 3px;
}
.dometrika
{
	top: -2px;
	left: 50px;
}
.content
{
	background: url('/img/bg.png') repeat-y;
	padding: 20px 0px 1px 0px;
}
