*{
	margin:0;
	padding:0;
}

body{
	font-family:"Lato", "Avenir-Light", "Helvetica", "Arial", sans-serif;
	font-weight:300;
	color:#000000;
	height:100%;
	background-color:#ffffff;
}

h1, h2{
	font-size:26pt;
	font-weight:normal;
	text-transform:lowercase;
}

	h2{
		font-size:16pt;
	}
		
a{
	color:#192B85;
	text-decoration:none;
	font-family:"Lato", "AvenirNext-Medium", "Helvetica", "Arial", sans-serif;
	font-weight:400;
}

	a:hover{
		text-decoration:underline;
	}
		
#content{
	position:fixed;
	top:20px; left:20px;
}

#personal{
	background:transparent url('divider.bg.png') 20px bottom repeat-x;
	background-size:100% 1px;
	margin-bottom:6px;
	padding-bottom:8px;
}

#toy{
	height:100%;
	width:100%;
	position:fixed;
	bottom:0; left:0;
}