@charset "utf-8";

/* 
-----------------------------------------------------------
  content css
-----------------------------------------------------------
*/

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color: #000000;
	overflow: hidden;
}
#flashContent {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color: #000000;
	outline:none;
}


/* content header
-----------------------------------------
*/
#header {
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	visibility: hidden;
}
#header h1 {
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	visibility: hidden;
}
#globalnav {
	width:0px;
	height:0px;
	margin:0px;
	_margin:-30px 0px 0px 0px;
	padding:0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	visibility: hidden;
}
#globalnav ul,#globalnav li,#globalnav a {
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	visibility: hidden;
}

/* content footer
-----------------------------------------
*/
#footer {
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	visibility: hidden;
}

#footer #copyright {
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	visibility: hidden;
}
#footer #security {
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	visibility: hidden;
}
