@charset "utf-8";
body {
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: verdana;
	font-size: 11px;
}

.links {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.links:hover {
	font-family: verdana;
	font-size: 11px;
	color: #24102C;
	text-decoration: underline;
}
