body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	background-attachment: fixed;
	background-image: url(images/backg.jpg);
	background-repeat: repeat;
	background-position: right bottom;
	color: #FFFFFF;

}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/ballett.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

}
a:link {
	color: #F2B84A;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: #F2B84A;
	background-color: transparent;
	text-decoration: underline;
}
a:active {
	color: #F2B84A;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}
