@charset "utf-8";
/* CSS Document */

html *
{
	margin: 0;
	padding: 0;
}

html, body
{
	width: 100%;
	height: 100%;
    overflow: hidden;
}

body
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}

#photo_gallery
{
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

div
{
	display: none;
}

div#flash
{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}
