/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
	
#flashcontent {
	height: 100%;
	width: 100%;
	text-align: center;
}
/* end hide */

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/under_construction_bg_pattern.gif);
	text-align: center;
}

#offset_layer {
	margin-top: 200px;
	width: 628px;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

#start_button {
	width: 428px;
	height: 105px;
	background: url(../images/oniq_startpage_new_00.gif) no-repeat;
	margin-left: 200px;
}

#start_button a {
	cursor:pointer;
	cursor:hand;
}

#start_button a img{
	opacity:.0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	border: 0px;
}

#start_button a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	border: 0px;
}

#start_button a:active{
	outline: none;
}

#start_button a:focus{
	-moz-outline-style: none;
}

#noflash_message {
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
	height: 244px;
	width: 228px;
	background: url(../images/oniq_startpage_noflash_00.gif) no-repeat;
}

#noflash_message a {
	cursor:pointer;
	cursor:hand;
}

#noflash_message a img{
	opacity:.0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	border: 0px;
}

#noflash_message a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	border: 0px;
}

#noflash_message a:active{
	outline: none;
}

#noflash_message a:focus{
	-moz-outline-style: none;
}

