﻿/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashContent {
	height: 100%;
}
/* end hide */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #cccccc;
	background-color: #000000;
}

h1, h2, p, dl {
	margin: 40px 0 0 40px;
}
h2 {
	font-size: large;
}
#flashContent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}