@charset "utf-8";
/* CSS Document */

.back {
	background-attachment: fixed;
	background-image: url(head.jpg);
	background-repeat: repeat-x;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #777;
	letter-spacing: 0.1em;
}

body {
	margin: 0px;
	padding: 0px;
}
.text1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #900;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	font-style: italic;
}
