body {
	margin: 0px;
	background: #fff590 url('files/bg.jpg') repeat-x;
	}
	
#wrapper {
	margin: auto;
	width: 760px;
	background: #feed93;
	border: 1px solid #a6aed3;
	}
	
#wrapper2 {
	margin: auto;
	width: 760px;
	background: #6c7db8;
	border: 1px solid #a6aed3;
	}
	
#logo {
	width: 760px;
	height: 145px;
	background: url('files/logo.jpg');
	}
	
#menu {
	width: 470px;
	height: 32px;
	background: url('files/menu.jpg');
	padding-left: 290px;
	margin: auto;
	}
	
#belka {
	width: 760px;
	height: 43px;
	background: url('files/belka.jpg');
	}
	
#belka2 {
	width: 760px;
	height: 43px;
	background: url('files/belka2.jpg');
	}
	
#kontakt {
	width: 90px;
	height: 32px;
	background: url('files/kontakt.jpg');
	float: left;	
	}
	
#kontakt:hover {
	width: 90px;
	height: 32px;
	background: url('files/kontakt_h.jpg');
	float: left;	
	}
	
#oferta {
	width: 90px;
	height: 32px;
	background: url('files/oferta.jpg');
	float: left;
	z-index: 0;
	}
	
#oferta:hover {
	width: 90px;
	height: 32px;
	background: url('files/oferta_h.jpg');
	float: left;
	}
	
	
	
#oferta ul {
	display: none;
	list-style: none;
	margin: 0px;
	margin-top: 32px;
	padding: 0px;
	width: 150px;
	border-top: solid 1px #f3b925;
	position: absolute;
	}
	
#oferta li {
	display: none;
	background: #ffeb46;
	border: solid 1px #f3b925;
	border-top: 0px;
	font-size: 12pt;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	}

#oferta:hover ul { 	
	display: block; 
	}
	 
#oferta:hover li { 
	display: block; 
	}
	
#oferta li a {
	color: #4d3500;
	text-decoration: none;
	}
	
#oferta li a:hover {
	color: #848e96;
	text-decoration: underline;
	}	

	
	
	 
	
#content {
	text-align: center;
	}

	
h1 {
	font-size: 17pt;
	text-align: center;
	color: #104686;
	}
	
h2 {
	font-size: 17pt;
	text-align: center;
	color: #fbf39f;
	}
	
	
hr {
	border: 0px;
	color: #104686;
	background: #104686;
	height: 1px;
	width: 700px;
	}
	
a img {
	border: 0px;
	}