@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background:url(images/bg.jpg) repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align: center;
}
#wrap {
	width:1000px;
	margin:0 auto;
}
.clear {clear:both;}
a {color:#000000;}
a:visited,active {color:#666666;}
