html { overflow: -moz-scrollbars-vertical !important; }

/* RESET! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background-image: transparent;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* LAYOUT!*/

body {
	font: large/3em Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: -1px;
	background-color: #000;
	color: #000;
}

div#flash-container {
	height: 100%;
	overflow: visible;
	width: 100%;
}

div#background {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

#flash-background {
	height: 100%;
}

#wrap {
	width: 500px;
	height: 250px;
	background: #fff;
	font-size: 150%;
	position: absolute;
	z-index: 10;
	top: 40px;
	left: 50px;
}

#missing-wrap {
	width: 550px;
	height: 300px;
	background: #fff;
	font-size: 150%;
	position: absolute;
	z-index: 10;
	top: 40px;
	left: 50px;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #229ccf;
}
		
h1 {
	margin-bottom: 30px;
	margin-left: 30px;
	font-size: 200%;
	line-height: 1;
	position: absolute;
	bottom: 0;
}