/* CSS Document */


body { 
	margin:0; 
	padding:0; 
	height:100%; 
	width:100%;
} 

#virtualgallery {
	position:absolute; 
	top:0px; 
	bottom:0px; 
	left:0px; 
	right:0px;
}

/*

#empty_body, #empty_container {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height:100%; 
}

*/
