* {
	margin: 0;
	padding: 0;
}

body, html {
  height: 100%;
}

img {
  border: 0;
}

#container {
	width: 100%;
	height: 100%;

}

#left {
  background: #000000 url('../images/left_bg.jpg') no-repeat right top;
  width: 50%;
  float: left;
  position: relative;
  height: 100%;
  min-height: 590px;
}

#right {
  background: #007cbe url('../images/right_bg.jpg') no-repeat left top;
  width: 50%;
  float: left;
  position: relative;
  height: 100%;
  min-height: 590px;  
}

#wejscie_left {
  width: 124px;
  height: 108px;
  position: absolute;
  right: 262px;
  top: 478px;
}

#wejscie_right {
  width: 100px;
  height: 103px;
  position: absolute;
  left: 262px;
  top: 480px;
}

