body {
  font: .75em/1.3 "Lucida Grande", Verdana, sans-serif;
  	margin: 0;
	padding: 0;
}

a {
  text-decoration: none;    
}

#holder {
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 800px;
	min-height: 600px;
}

#page { 
	position: absolute;
	left: 50%;
	top: 50%;
	width: 680px;
	height: 510px;
	margin: -255px 0 0 -340px;
	text-align: center;   
  background-image: URL('../img/bg.php');
  background-position: center center;
  background-repeat: no-repeat; 

  
}

#ramcek {
  position: absolute;
  width: 800px;
  height: 600px;
  margin-left: -400px;
  margin-top: -300px;
  top: 50%;
  left: 50%; 
  background-image: URL('../img/ramcek.php');
  background-position: center center;
  background-repeat: no-repeat;  
}
