html,
body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	font-family:Georgia,serif;
	font-weight:lighter;
	margin:0;
	padding:0;
	text-align:left;
	background:black;
	color:white;
}

a {
	color:#ded;
	text-decoration:none;
}

a:hover {
	color:white;
	text-decoration:underline;
}

div#husky {
	min-height:100%;
	background: url('bokeh-seamless-green.jpg');
	max-width:1500px;
	min-width:1000px;
	margin:0px auto;
	position:relative;
}

img#portraitb {
	position:absolute;
	bottom:0;
	right:0;
}
img#portraita {
	position:absolute;
	bottom:227px;
	right:0;
}

div#content {
	padding:40px 10px 10px 60px;
	width:50%;
	text-shadow: -1px -1px #353;
	z-index:10;
}

h1 {
	text-decoration:none;
	font-style:italic;
	font-weight:lighter;
	font-size:2.7em;
	margin-bottom:10px;
}

h2 {
	text-decoration:none;
	font-weight:lighter;
	font-size:1.6em;
	margin:10px 0px;
}

p {
	font-size:1.3em;
	line-height:1.6em;
}