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

body{
	text-align:center;
}

#wrapper{
	width:1000px;
	margin:0px auto;
}
#head{
	margin-top:-8px;
	text-align:left;
	border-bottom:#F0F1F3 1px solid;
}
#foot{
	padding-top:10px;
}
#link{
	width:254px;
	float:left;
}
#copyright{
	width:280px;
	float:right;
	text-align:right;
}
