/* CSS Document */
* {
	margin:0px;
	margin-top:0;
	padding:0px;
}
html, body {
	width:100%;
	height:100%;
	background-color:#fff;
}
.cont_swf {
	height:100%;
	width:100%;
	position:absolute;
}
.cont_intro {
	overflow: hidden;
	position: absolute;
	height: 200px;
	width: 200px;
	margin-left: -100px;
	left: 50%;
	top: 50%;
	margin-top: -100px;
}
.footer {
	position:fixed;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	z-index:30;
	bottom:0;
	background-color:#ffffff;
	line-height:110%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}
