body {
	background: #fff url(fond.png) no-repeat fixed bottom right;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 16px;
}

#wrapper {
	width: 580px;
	padding: 10px;
	margin: 10px auto;
	background-color: #ddd;
}

h1 {
	background-color: #555;
	color: #eee;
	text-align: center;
	padding: 10px;
	border-bottom: 25px solid #222;
	margin: -10px -10px 10px -10px;
}

h1 img {
	vertical-align: middle;
}

table {
	width: 580px;
	border-spacing: 0;
}

table th {
	display: none;
}

table td:nth-child(1) {
	width: 42px;
}

table td:nth-child(2) {
	padding-left: 5px;
}

table tr:nth-child(odd) {
	background-color: #ccc;
}

table td a {
	text-decoration: none;
}

table td a:link, table td a:visited {
	color: #111;
}

table td a:hover {
	color: #333;
}

p {
	background-color: #555;
	color: #eee;
	text-align: center;
	padding: 10px;
	border-top: 15px solid #222;
	margin: 10px -10px -10px -10px;
	font-style: italic;
}

p a {
	display: inline-block;
	padding-right: 40px;
	background: url(feather.png) no-repeat right;
	color: #eee;
}
