@charset "utf-8";
/* CSS Document */


footer {
	clear:both;
	width:100%;
	height:350px;
	background:url(../images/footer_bk.png) 50% 100% no-repeat fixed;
}
footer p {
	text-align:center;
	position:absolute;
	bottom:10px;
	width:100%;
}
.copyright {
	width:270px;
	height:300px;
	position:fixed;
	bottom:0;
	left:0;
	background:#ED6A26;
	border: solid #FFF;
	font-size:12px;
	z-index:10000;
	margin:10px;
	color:#FFF;
	padding:5px;
}
.copyright a:hover {
	color:#FFF;
}

.css3button {
	position:absolute;
	bottom:5px;
	right:5px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	height:12px;
	font-size: 12px;
	color: #ffa200;
	padding:7px 10px 7px 5px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #ff9900;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
}
.css3button:hover {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	height:12px;
	font-size: 12px;
	color: #ffa200;
	padding:7px 10px 7px 5px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #ff0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
}
.css3button a:hover {
	color:#F00;
}
