body {
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.woman {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


#borderleft {
	background-image: url(left.png);
	padding: 0;
	background-repeat: repeat-y;
	background-position: right top;
	background-attachment: scroll;
	position: relative;
	height: 100%;
	width: auto;
}

#borderright {
	background-image: url(right.png);
	padding: 0;
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
	position: relative;
	height: 100%;
	width: auto;
}

#borderbottom {
	background-image: url(bottom.png);
	padding: 0;
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
	position: relative;
	height: 100%;
	width: auto;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

