body {
	background-image: url('http://www.auressoft.com.ua/base_invert/source/back.png');
	max-width: 960px;
	margin: 0 auto; 
}
div {
	padding: 5px 15px;
}
h4 {
	text-align: center;
}
.header {
	-webkit-box-shadow: 0 0 10px #ea3939;
	box-shadow: 0 0 10px #ea3939;
	border-radius: 10px 10px 0 0;
	margin-top: 20px;
	background: #00ad21;
	background-image: url('http://www.auressoft.com.ua/base_invert/source/header.png');
	min-height: 100px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.71);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.71);
}
.sidebar {
	background: #dedede;
	float: left;
	margin-right: 10px;
	max-width: 200px;
	min-width: 150px;
}
.sidebar2 {
	background: #dedede;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	max-width: 200px;
	min-width: 150px;
}
.sidebar1 {
	background: #0089ff;
	float: right;
	margin-left: 10px;
	max-width: 200px;
}
.image {
	min-height: 200px;
	background: #f3e9c6;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.71);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.71);
}
.container {
	min-height: 300px;
	background: #f3e3af;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.71);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.71);
}
.footer {
	font-weight: bold;
	color: #fff;
	background: #505050;
	min-height: 30px;
	line-height: 30px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.71);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.71);
}
clearfix {
	clear: both;
}
@font-face {
    font-family: "Impact";
    src: url(http://www.auressoft.com.ua/base_invert/fonts/impact.ttf) format("truetype");
    }
	.layer1 {
		font-family: "Impact", sans-serif;
}
a {
	color: #000000;
	text-decoration:underline;;
	}
	
	a:hover{
	color:red;
	text-decoration:underline
	}
	a:visited {
		color:#000000;;
		text-decoration:underline
		}
	a.link {
	color:#000000;;
	text-decoration:none;
	}