@charset "utf-8";
/* CSS Document */
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
-- Footer --
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#goto {
	width:100%;
	text-align:center;
	margin-top:20px;
}
#goto select {
	height:40px;
}
#goto input {
	height:40px;
	border-radius: 5px;
	background-color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#999));	
	margin-left:10px;
	text-align:center;
	text-shadow: -1px -1px 0 rgba(256, 256, 256, 0.5);
}
#copyright {
	width:100%;
	background-color:#039;
	color:#FFF;
	line-height:12px;
	text-align:center;
	margin-top:20px;
}
#copyright a:link,#copyright a:visited{
	display:block;
	width:100%;
	padding:10px 0px;
	text-decoration:none;
	color:#FFF;
}
