@charset "utf-8";
/* CSS Document */
body{
	background-color: #FFFFFF;
	
}
#container {
	position: relative;
	margin: 100px auto;
	width: 450px;
	height: auto;
	border: #CCC 1px solid;
}
#country{
	position: absolute;
	left: 1px;
	top:419px;
	width:450px;
	height: 71px;
	text-align:center;
}
.copyright {
	color: #333;
	font-size:12px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
