/* Defaults ------------------------------------------------------------------------------------------------------------- */

	/* Hide \*/
	html
	{
		height: 100%;
		overflow: hidden;
	}
	/* End hide */

	body
	{
		margin: 0px;
		padding: 0px;

		height: 100%;

		background: white;
	}








/* Boxes ---------------------------------------------------------------------------------------------------------------- */

	/* Hide \*/
	#flashBox
	{
		height: 100%;
	}
	/* End hide */



