* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
  min-width: 720px;
  min-height: 300px;
  position: relative;
  cursor:pointer; cursor:hand;
}

#back {
	width: 100%;
  height: 100%;
}
#back-left {
  background: url('../slike/vstopna-leva.jpg') top right;
  background-size: cover;
  width: 50%;
  position: absolute;
  left: 0px;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#back-left img.zimske {
  position: absolute;
  bottom: 80px;
  right: 20px;
}
#back-right {
  background: url('../slike/vstopna-desna.jpg') top left;
  background-size: cover;
  width: 50%;
  position: absolute;
  right: 0px;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#back-right img.poletne {
  position: absolute;
  bottom: 80px;
  left: 20px;
}
#logo {
	position: absolute;
	width: 400px;
  left: 50%;
  margin-left: -200px;
  bottom: 140px;
	padding: 0px;
  z-index: 2;
}