body {
	background-image: url(/i/logo.jpg);
	background-position: top; 
	background-repeat: no-repeat;
	margin-top: 147px;
}
a {
	color: #e5d3dd;
	_color: #ddd7a5;
	font-style:				italic;
}
a:hover, a:active {
	color: #e5d3dd;
}
.hdr {
	padding: 0px 0px 20px 0px;
}
.container {
	margin: 0px auto;
	width: 100%;
}
.thumb {
	display: -moz-inline-box;
	display: inline-block;
}
* html .thumb {
	display: inline; 
} /* for IE 6 */
* + html .thumb { 
	display: inline; 
} /* for IE 7 */
