@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	left:inherit;
	right:auto;
	font-size: 12px;
	color: #000000;
	/*background-image: url(image/bg.png);
	background-repeat: repeat-x;*/
}
a{
text-decoration:none;
color:#f47921;}
a:hover{
text-decoration:none;
color:#ffffff;}
div{
display:block;}
table{
margin-top:auto;
margin-left:auto;
margin-right:auto;
margin-bottom:0px;

}
#video{
	width:100%;
	margin-top:0px;
	margin-left:0px;
	margin-right:auto;
	vertical-align: top;
	position:inherit;
	text-align: center;
	background-image: url(image/bgdis.png);
	background-repeat: repeat-x;	/*background-image: url(image/bg.png);
	background-repeat: repeat-y;*/
}
#logo
{
width:900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	z-index:1;
}
#footer{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	background-repeat: repeat-x;
	height: 20px;
	background-position: center bottom;
	text-align:center;
	vertical-align: bottom;
	font-size: 11px;
	color: #ffffff;
	background-color: #000000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
  }
 /* #demo{
	position: fixed;
	margin-bottom:20px;
	margin-left:0px;
	margin-top: auto;
	margin-right: auto;
	width:60px;
	height:auto;
	text-align:center;
	font-size: 11px;
	color: #ffffff;

  }*/
#top{
	position:fixed;
	margin-bottom:60px;
	margin-left:auto;
	margin-top: auto;
	margin-right:0px;
	width:60px;
	height:auto;
	text-align:center;
	font-size: 11px;
	color: #ffffff;

  }
  #contact{
	position: fixed;
	width:100%;
	background-repeat: no-repeat;
	height: 30px;
	color:#FFFFFF;
	background-position: bottom;
	text-align:center;
	vertical-align: bottom;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(image/barmenu.png);
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

  }
