@charset "utf-8";

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

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

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #0E0F11;
}
#divpub {
	position:absolute;
	top:100px;
	width:900px;
	z-index:180;
	visibility: visible;
}