.stylesheet {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FEF572;
}
#copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.title a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration:none
}
.background {
	background-attachment: fixed;
	background-image: url(images/background_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

