html {
	height:100%;
}
body {
	padding: 0;
	margin: 0;
	position: relative; /* IE6 positioning fix */
	height: 100%;
	font:13px 'Lucida Grande', Helvetica, Arial, sans-serif;
	background: #efefef;
	color: #333;
	line-height:1.5em
}
h1 {
	line-height:1.2em
}
a, a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration:none;
	color:#222
}
img.thumb {
	border: 5px solid #efefef
}
img.thumb:hover {
	border: 5px solid #ccc
}
a.logo, a.logo:link, a.logo:visited, a.logo:active, a.logo:focus {
	text-decoration:none;
	color:#333
}
a.logo:hover {
	text-decoration:none;
	color:#222
}
.cv {
	margin-right:5px;
	color:#999999;
	margin-top:15px;
	overflow:hidden;
	display:inline-block
}
a.cv:hover {
	text-decoration:underline
}
a.email {
	font-size:0.9em;
	display:block;
	margin-top:3px
}
a.email, a.email:link, a.email:visited, a.email:active, a.email:focus {
	text-decoration:none;
	color:#333
}
a.email:hover {
	text-decoration:underline;
	color:#222
}
.fill {
	width:100%;
	max-width:100%
}
