body {
	font-family: Arial;
	background-color: #fff;
   }
.main {
	background: #fff;
    	width: 1500px;
	margin: 115px auto 0px auto;
	text-align: center;
   }
.knopki {
	float: left;
	margin: 2px;
	text-align: center;
	font-size: 100%; 
	width: 361px;
   	padding: 5px;
    	background: #999;
   }
.knopki:hover {
    	background: #993333;
   }
a { 
    	text-decoration: none;
	color: white;
   }
.base {
	width: 1060px;
	height: 210px;
	padding: 20px 220px 20px 220px;
   }
.baset {
	width: 1060px;
	padding: 10px 220px 10px 220px;
   }
.basefin {
	width: 1060px;
	height: 350px;
	padding: 0px 220px 0px 220px;
   }
th {
	border-top: 2px solid #993333;
	border-bottom: 2px solid #993333;
   }
td {
	border-bottom: 1px solid #993333; 
   }
tr:hover {
	color: white;
    	background: #993333;
   }
.golova {
    	position: fixed;
   	top: 0;
   	right: 0;
    	left: 0;
    	height: 110px;
    	background: #eee;
   }
.golova h1 {
	text-align: center;
	margin: -75px 600px 0 0;
   }
.menu {
    	width: 1500px;
	margin: 0 auto 0 auto;
   }
.tel {
    	width: 800px;
	margin: 0 0 0 auto;
	text-align: center;
   }
.podval {
    	position: fixed;
    	bottom: 0;
    	right: 0;
    	left: 0;
    	height: 20px;
    	background: #eee;
	text-align: center;
   }