body, html {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/background.gif) #fff;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 80%;
	line-height: 140%;
	color: #9f9f9f;
}

html, body, #flashContent {
	width: 100%;
	height: 100%;
}

a {
	color: #cfcfcf;
	text-decoration: underline;
}

a:hover {
	color: #cfcfcf;
	text-decoration: none;
}

p {
	margin: 3px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#flashContent {
	text-align: center;
}

#flashContent .wrapper {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

#flashContent .content {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	text-shadow: 1px 1px 1px #252525;
}
