@page { size: landscape;  margin: 1cm; }

html {
	height:				100%;
	width:				100%;
	min-height: 		100%;
	min-width:			100%;
	max-height:			100%;
	max-width:			100%;	
    overflow: 			auto;	
}

body {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	text-align: 		center; /* for IE */
	margin: 			0px;
	width: 				100%;
	height:				100%;
	min-height: 		100%;	
	max-height:			100%;
	max-width:			100%;
}

#container {
	margin: 			0 auto;   /* align for good browsers */
	text-align: 		left;   /* counter the body center */
    width:				100%;
    /*background-color: 	#D20050;*/
	height:				100%;
	width:				100%;
	min-height: 		100%;
	min-width:			100%;
	max-height:			100%;
	max-width:			100%;	
}

#header {
	display:none;
	
}
#logo {
	display:none;
}

#directory {	
	display:none;
}

#content {
	height:				100%;
	width:				100%;
	min-height: 		100%;
	min-width:			100%;
	max-height:			100%;
	max-width:			100%;	
}

#preview {
	height:				99%;
	width:				99%;
	min-height: 		99%;
	min-width:			99%;
	max-height:			99%;
	max-width:			99%;	
}

#preview img {
	width: 27.5cm;
	height:auto;

}
#preview img {
	height: 19cm;
	width: auto;
}

#imga {
	position: relative;
	z-index:1;
	height: 0px;
	top: 0px;
	* top: -1px;
	left: 0px;
	padding:0px;
}

#imgb {
	position: relative;
	z-index:2;
	height: 0px;
	top: 0px;
	* top: -3px;
	left: 0px;
	padding:0px;
}

#options {
	display:none;
}

#guestbook {
	display:none;
}


#thumbnails {
	display:none;
}

#preload {
	display:none;
}
}