html {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/* hide from ie on mac \*/
body {
	overflow: auto;
}

html {
	height: 100%;
	overflow: hidden;
}

#OuterContainer {
	width: 100%;
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
}

#FlashContent {
	text-align: center;
}

#container {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#OuterContainer {
	text-align: center;
	position: absolute;
	overflow: hidden;
	display: table; 
}

#info {
	width: 300px;
	overflow: auto;
}

a:link {
	text-decoration: none;
	color: #CC0000;
}

a:visited {
	text-decoration: none;
	color: #CC0000;
}

a:hover {
	text-decoration: none;
	color: #FFCC00;
}

a:active {
	text-decoration: none;
	color: #CC0000;
}