@charset "utf-8";
/* CSS Document */

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

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}


/**************************************************
/
/**************************************************/


#flashcontent {
	/*display:none;*/
	position:relative;
	width:100%;
	height:100%;
}


/**************************************************
/ footer navigation bar
/**************************************************/

_footer{
	position:absolute;
	bottom:0px;
	height: 30px;
	width: 100%;
	background-color:#121212; 
	
}

#footer .menu img{
	padding-bottom : 3px;
}

/*******************************************************
// DIV visio
*******************************************************/

#visio{
	
	background:url(DATA/Files/hki.jpg) no-repeat;
	border:thin #999999 1px;
	
	position:fixed;
	left:50%;
	top:20px;
	width:400px;
	height:400px;
	margin-left:-300px;
	margin-right:auto;
	padding:20px;
}

#visio a {
	font-size:11px;
	color:#333333;
	text-decoration:none;
}

#visio a:hover{
	color:#FF0042;
	text-decoration:none;
}