html{
	width:100%;
}

body{
	width:100%;
	margin:0;
	padding:0;
	background:url(../img/bg_header_01.jpg) #000 center top repeat-x;
}

img{
	border:none;
}


#container{
	width:100%;
	text-align:center;
}

#header{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#content{
	width:100%;
	background:url(../img/bg_content_01.jpg) #fff center top repeat-x;
}

.content_swf{
	width:900px;
	margin-right:auto;
	margin-left:auto;
}

#footer{
	width:100%;
}

.footer_cnt{
	width:100%;
	background:url(../img/bg_footer_01.jpg) #fff center top repeat-x;
}

.footer_link{
	width:900px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

.btnLh{
	position:absolute;
	left:684px;
	top:8px;
}

.btnEh{
	position:absolute;
	left:791px;
	top:8px;
}

.footer_copyright{
	width:900px;
	padding-top:5px;
	margin-right:auto;
	margin-left:auto;
	text-align:right;
}

img.copyright{
	position:relative;
	left:-5px;
}