﻿*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.5mm;
	font-size: 10px;
	color: #000;
	background-image: url(../ukrashenie/bg/bg1.jpg);
	background-repeat: repeat;
	overflow: hidden;
	
}
a:link {
	color: #105289;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #105289;
}
a:hover {
	text-decoration: none;
	color: #FF9;
}
a:active {
	text-decoration: none;
	color: #368ad2;
}
.div4 {
	width:100%;
	text-align: center;
	font-size: 10px;
	padding-bottom: 100px;
	padding-top: 30px;
	}
.topleft{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}.contact {
	font-size: 10px;
	padding-bottom: 0px;
}
.div6 {
	font-size: 10px;
	text-align: right;
}
.BTN {
	display:inline-block;
	width:278px;
	height:193px;
	background-image:  url(images/image.png);
	float: right;	
}
.BTN:hover {
	background-image: url(images/image1.png);
}
.div7 {
	text-align: right;
	font-size: 14px;
	letter-spacing: 0.6mm;
	font-family: "Courier New", Courier, monospace;
	}
.relative {
	position: relative;
	z-index: 100;
}
.fixed {
	position: absolute;
	z-index: 200;
	right:0;
	top:0;
	margin:10px;
	padding:3px;
	
}
