@charset "utf-8";
/* CSS Document */

a { color: #FFA500; }

html, body {
	background: url(./images/background.jpg);
	margin: 0; 
	padding: 0; 
  font-family : Verdana;
	}

#center { 
	position:absolute; 
	top:50%; 
	left:0; 
	margin-top:-260px; /*połowa wysokości DIVa #main*/ 
	width:100%; 
}

#all {
  margin: 0 auto;
	padding: 0; 
	width: 910px;
	height: 530px;
	background: url(./images/container.png);
}

#container .body {
	text-align: left;
}

#menu_top {
  height: 44px;
  position: relative; top: 21px;
}

#menu_bottom {
  height: 44px;
  position: relative; top: 33px;
}

.menu {
  font-size: 13px;
  float: left;
  padding-top: 14px;
}

.menu a {
  color: #FFA500;
  text-shadow: 0px 0px 5px #000000;
  text-decoration: none;
}

.menu a:hover {
  text-shadow: 0 0 5px grey;
}

#container {
  margin-top: 50px;
  margin-left: 12px;
  padding: 0;
  width: 890px;
  height: 340px;
}

#flash {
  margin-top: 20px;
  margin-left: 20px;
  width: 400px;
  height: 300px;
  float: left;
}

#content {
  margin-top: 20px;
  margin-right: 20px;
  width: 440px;
  height: 300px;
  float: right;
}

#beam {
  margin: 0 auto;
  width: 415px;
  height: 50px;
}

#text {
  line-height: 15px;
}

#text p {
  font-size: 13px;
  padding: 0px 10px;
  text-align: justify;
}

#text img {
  margin-right: 15px;
  margin-top: 15px;
  border: 0;
}

.photo {
  
  float: left;
}

#footer {
  margin-top: 25px;
  margin-left: 12px;
  height: 44px;
  width: 890px;
}

#footer p {
  color: #FFA500;
  margin: 0;
  padding-top: 10px;
  margin-right: 64px;
  font-size: 13px;
  float: left;
}

#footer a {
  text-decoration: none;
  text-shadow: 0 0 5px #000000;
}

#footer a:hover {
  text-decoration: none;
  text-shadow: 0 0 5px grey;
}
