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

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

body {
	height: 100%;
	width: 100%;
	background-color: #fff;
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #999999;
}

div {
	padding: 0;
	margin: 0;
}

div#flashcontent div.floater {
		position:absolute;
		top: 10%;
		left: 50%;
		width:30em;
		margin-left: -15em; /*set to a negative number 1/2 of your width*/
		text-align: center;
}

	div#flashcontent div.box {
		border: 1px solid #4c4c4c;
		color: #666666;
		background-color: #fefefe;
		margin-top: 1em;
		padding: 0 0 5px 0;
	}

	div#flashcontent div.box h1 {
		font-size: 12px;
		font-weight: normal;
		background-color: #4c4c4c;
		color: #e9e9e9;
		margin: 0 0 5px 0;
		padding: 4px;
	}

	div#flashcontent div.box p {
		text-align: left;
		font-size: 10px;
		padding: 0 20px 0 20px;
		margin: 0;
	}

	div#flashcontent div.box b {
		display: block;
		font-weight: bold;
		font-size: 11px;
		padding: 5px 0 5px 0;
		color: #B51C31;
	}

a {
	color: #333;
}

	a:hover {
		color: red;
	}