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

body {
	background-repeat: repeat;
	color: #384c55;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(fd.jpg);
}
div {
	position: relative;
}
.copyright {
	font-size: 10px
}
a:link {
	color: #384c55;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #384c55;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #384c55;
	font-weight: bold;
}