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

a {
  text-decoration: none;    
}

a:visited {
  text-decoration: none;    
}

img {
  border: 0;
}

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

#page { 
	position: absolute;
	left: 50%;
	top: 0;
	width: 539px;
	height: 800px;
	margin: 0 0 0 -270px;
	text-align: center;   
  background-position: center center;
  background-repeat: no-repeat; 

  
}

#ramcek {
  position: absolute;
  width: 539px;
  height: 800px;
  margin-left: -270px;
  margin-top: 0;
  top: 0;
  left: 50%; 
  background-position: center center;
  background-repeat: no-repeat;  
}


