@charset "UTF-8";
/* CSS Document */
img {
	border: 0 none;
}
body {
	background-image: url(/images/backgrounds/redbutterfly666.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment: fixed;
	background-position: top center;}
a {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
.center {
	text-align: center;
}
#copyright {
	position: absolute;
	bottom: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	color: #FF0000;
	font-size: x-small;
	font-weight: bold;
}
