body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Narrow", "Helvetica", sans-serif;
}

.bottom {
	position: absolute;
	bottom: 0px;	
}

.right {
	right: 0px;
}

.half-width {
    width: 50%;
    height: auto;
}

.space {
	margin: .5em;
}
