/*
p, a, abbr, acronym, address,
del, dfn, em, img, q,
fieldset, form, label, legend,
table, caption, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
*/


#container {
	width: 200px;
	margin: auto;
}


#footer {
	margin-top: 20px;
}

.nav {
	float: right;
	margin-top: -15px;
}


.desc {
	margin: -15px 0 40px 0;
}

.desc p {
	margin-bottom: 10px;
}

