@font-face {
	ont-family: 'DroidSansRegular';
	rc: url('http://etcet.net/f/DroidSans.eot');
	rc: url('http://etcet.net/f/DroidSans.ttf') format('truetype');
}

body {
	font-family: 'DroidSansRegular',"Trebuchet MS",Trebuchet,Calibri,Tahoma,Arial,sans-serif;
	font-size: 16px;
	color: #222;
	background-color: #f2f1e2;
}
#page {
	font-size: 1em;
	margin: 40px auto 10px auto;
	padding 0 1em;
	max-width: 61.75em;
	height: 100%;
}

a {
	color: #48b;
	text-align: center;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
nav {
	width: 100%;
	overflow: auto;
}

nav div {
	float: left;
	width: 50%;
	height: 380px;
}
nav div a {
	display: block;
	width: 100%;
	height: 100%;
}
p { margin:10px 0 0 0; }

#code {
	background-color: #e6d4de;
}
#code:hover {
	background-color: #f2dfea;
}
#blog {
	background-color: #d6e6de;
}
#blog:hover {
	background-color: #e1f2ea;
}
