* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #571A1F;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#main {
	width: 765px;
	height: 468px;
	
	position: absolute;
		bottom: 0;
		left: 50%;
	margin: 0 0 0 -382px;
}
	.main-top-bridge {
		width: 765px; 
		height: 22px;
		display: block;
	}
	.main-left-bridge {
		float: left;
		width: 18px; 
		height: 427px;
	}
	.main-right-bridge {
		float: right;
		width: 19px; 
		height: 427px;
	}
	.main-bottom-bridge {
		clear: both;
		width: 765px; 
		height: 20px;
		display: block;
	}
	
	#main-content {	
		float: left;
		width: 728px;
		height: 427px;
		background-image: url(main-bg.jpg);
	}	
		#menu {
			float: left;
			width: 728px;
			height: 30px;
			text-align: right;
		}
		#buttons {
			clear: both;
			float: left;
			position: absolute;
				bottom: 17px;
			width: 705px;
			height: 30px;
			text-align: right;
		}
		#content {
			float: left;
			position: relative;
				left: 9px;
				top: 7px;
			width: 474px;
			height: 365px;
			background: url(content.jpg);
		}

		
.napis {
	float: left;
	position: relative;
		top: 60px;
		left: 15px;
	width: 153px;
	height: 195px;
}	
#menu-oferty {
	float: right;
	position: relative;
		top: 75px;
		right: 20px;
	width: 188px;
	height: 249px;
	overflow: auto;
}

#menu li {
	list-style: none;
	display: inline;
	background: Gray;
}
	#menu li a img {
		float: right;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
	#menu li a:hover img {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}

#buttons li {
	list-style: none;
	display: inline;
	background: Gray;
}
	#buttons li a img {
		float: right;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
	#buttons li a:hover img {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
		
#copyright {
	float: left;
	display: block;
	width: 580px;
	color: #B7B8B0;
	text-align: right;
}
#player {
	float: right;
}

acronym:after {
  content: " (" attr(title) ")";
}