@charaset "UTF-8";
#top_bar{
	width:100%;height:6px;
	background-image:url(../img/top_bar.jpg);
	background-repeat:repeat-x;
}
nav#go_home{width:100%;text-align:right;font-size:14px;font-size:1.6rem;
padding:0.7em 0;}

/*---------------
page-top
---------------*/
.page-top
{
	margin: 0 ;
	padding: 0 ;display: none ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top
{
	display: block ;
	background: #D36015 ;
	width: 50px ;
	height: 50px ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-page-top:hover
{
	opacity: 0.85 ;
}

/*---------------
 footer
---------------*/
footer{
	width:100%;margin:20px auto 0px auto;font-size:14px;fint-size:1.4rem;
	background:url(../img/bg_footer.png) repeat;
	color:#fff;
	line-height:1.5;
	padding-bottom:1.5em
}
footer div#auth{padding-top:5px;text-align:right;}

