@charset "utf-8";

#wrap       {
	width:800px;
	margin:0 auto;
}

body {
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a {
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #99CC00;
}

