body {
	background-color: #000;
	margin: 0 auto;
	text-align:center;
	padding: 10px;
}

p {
	margin-bottom: 16px;
	line-height: 18px;
}

#nav li.none {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
