@charset "utf-8";
body {
	background-image: url(bg3.jpg);
	background-repeat: no-repeat;
	background-color: #010201;
}
.copy {
	font-size: 0.7em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

#box {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	margin-top: 4em;
	margin-bottom: auto;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
