@charset "utf-8";
/* CSS Document */
html {
    height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: arial;
	color:#000000;
	background-color:#000000;
}
#content {
	height: 100%;
	color:#FFFFFF;
}



.footer_container{
	width:100%;
	border-top:1px solid #1e334c;
	height: 18px;
	line-height:18px;
	position: absolute;
	color:#4b6687;
	background-color: #000000;
	text-align: center;
}

.footer{
	z-index: 20;
	text-align:center;
	font-size:9px;
	color:#4b6687;
	/*background-image:url(arrow_lang.gif);*/
	background-position:right;
	background-repeat:no-repeat;
}
.footer .link1{
	text-align: center;
}
.footer_container a{
    color:#4b6687;
    text-decoration:none;
	padding:0 4px;
}
.footer .link1 a:hover{
    color:#FFFFFF;
}


#demo a:link, #demo a:visited{
    color:#4b6687;
    text-decoration:none;
}
#demo a:hover, #demo a:active{
    color:#4b6687;
    text-decoration:none;
}

#demo
{
	margin-top: 50px;
    background-color: #000000;
	text-align:center;
}
#content #divswf
{
    display: block;
    position: relative;
    z-index: 1;
    left: 0px;
    width: 99.8%;
    height: 665px;


