html, body {
	color: #000;
	margin: 0;
	padding: 0;
    height:100%;
	color: black;
}

#top {
	width: 884px;
	margin: auto;
}

#lewy {
	background-image: url('images/1.gif');
	width: 201px;
	height: 163px;
	position: absolute;
	top: 360px;
	color: white; 
}

#prawy {
	
	margin-left: 300px;
	width: 550px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float: right;
	position: relative;
	top: 360px;
	color: black;
	margin: 0 auto -42px; /* the bottom margin is the negative value of the footer's height */

	
	text: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#results {
	
	margin-left: 150px;
	width: 550px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float: right;
	position: relative;
	top: 360px;
	color: black;
	margin: 0 auto -42px; /* the bottom margin is the negative value of the footer's height */

	
	text: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#results {
	
	margin-left: 0px;
	width: 600px;
	height: auto;
	float: none;
	position: relative;
	top: 360px;
	color: black;
	
	text: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#stopka {
	background-color: #6495ED;
	width: 884px;
	height: 42px; /* .push must be the same height as .footer */
    position: absolute; 
    top: 1500px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	

}
#logo_menu {
	
	width: 1000px;
	height: 354px;
	position: absolute; 
        top: 0;
}
#logo {
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	width: 449px;
	height: 361px;
	float: left;
	position: absolute; 
        top: 0;
}

#menu {
	background-image: url('images/menu.gif');
	width: 434px;
	height: 148px;
	
}
#box {
	background-image: url('images/box.gif');
	width: 434px;
	height: 213px;
	
}

#boxr {
	background-image: url('images/boxr.gif');
	width: 434px;
	height: 213px;
	
}

#menu_box {
	width: 434px;
	height: 361px;
	margin-left: 450px;
	float: right;
	position: absolute; 
	top: 0;
	display: inline;
	color: white;
}
#home a {
	background-image: url('images/home.gif');
	background-repeat: no-repeat;
	display: block;
	width: 92px;
	height: 33px;
	float: left;
	margin-top: 74px;
	margin-left: 13px;
}
#home a:hover {
	background-image: url('images/home.gif');
	background-repeat: no-repeat;
	display: block;
	width: 92px;
	height: 33px;
	float: left;
	margin-top: 74px;
}

#about_us a {
	background-image: url('images/about_us.gif');
	background-repeat: no-repeat;
	display: block;
	width: 116px;
	height: 33px;
	float: left;
	margin-top: 74px;
}
#about_us a:hover {
	background-image: url('images/about_us.gif');
	background-repeat: no-repeat;
	display: block;
	width: 116px;
	height: 33px;
	float: left;
	margin-top: 74px;
}

#news a {
	background-image: url('images/news.gif');
	background-repeat: no-repeat;
	display: block;
	width: 85px;
	height: 33px;
	float: left;
	margin-top: 74px;
}
#news a:hover {
	background-image: url('images/news.gif');
	background-repeat: no-repeat;
	display: block;
	width: 85px;
	height: 33px;
	float: left;
	margin-top: 74px;
}

#contact a {
	background-image: url('images/contact.gif');
	background-repeat: no-repeat;
	display: block;
	width: 115px;
	height: 33px;
	float: left;
	margin-top: 74px;
}
#contact a:hover {
	background-image: url('images/contact.gif');
	background-repeat: no-repeat;
	display: block;
	width: 115px;
	height: 33px;
	float: left;
	margin-top: 74px;
}
h1 {
	color: #00b0f1;
	size: 20px;
}
	
