@CHARSET "UTF-8";

/* General */

body {
	overflow: hidden;
}

#wrapper {
	width: 100%;
	height: 100%;
	
	display: table;
	vertical-align: middle;
}

#content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	
	margin-left: auto;
	margin-right: auto;

	/* HTML text */
	color: #000;
	font-family: Tahoma, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 14px;
}

div#flash {
	width: 100%;
	height: 100%;
}

object#flash {
	display: inline;
	outline: none;
}

/* Scalable */

body.scalable {
	overflow: hidden;
}

body.scalable #content {
	width: 100%;
	height: 100%;
}
