﻿@charset "utf-8";
#footer {
	background-color: #07161D;
	height:200px;
	width: auto;
	bottom:0px;
	position:relative;
}

#footer #others {
	padding: 0px;
	/*height: 205px;*/
	height: auto;
	width: 70%;
	padding: 0px;
	margin-right: 15%;
	margin-bottom: 0px;
	margin-left: 15%;
	position: absolute;
}
/*#footer #others #line {
	float: left;
	background-color: #999;
	height: 5px;
	width: 100%;
	border-radius:5px;
}
*/


#footer #others #more {
	position:absolute;
	/*background-color: #999;*/
	width: 100%;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-radius: 2px;
	padding-bottom:40px;
	top:10px;
	text-align:center;
}
#footer p{
	width: 100%;
	bottom: 20px;
	position: absolute;
	text-align: center;
	text-indent: 50;
	decoration:none;
}
#footer #back-stage{
	width:100%;
	color: #CCC;
	display:block;
	bottom: 0px;
	text-decoration:none;
}
/**#footer #back-stage a{
	color: #CCC;
	text-decoration:none;	
	font-family:"Microsoft Sans Serif";
}**/
