@charset "UTF-8";
/*================ GLOBAL ================*/

html {
	height: auto;
	overflow: auto;
	width: auto;
}

body.full-bleed {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}


/*================ BACKGROUNDS ================*/

#background {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
}

	#background table, #background td {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	#background td {
		vertical-align: middle;
		text-align: center;
	}

	#background img{
		min-height: 50%;
		min-width: 50%;
		margin: auto;
		display: block;
	}


