@charset "utf-8";
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(img/bg.gif);
	color: #cc9966;
	text-decoration: none;
}
.logo {
	background-image: url(img/Amanche_Logo_u.png);
	height: 180px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.text {
	height: 150px;
}
a {
	color: #cc9966;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
