html {
	background-color: #000;
	color: #fff;
	font-family: georgia, serif;
	font-size: 16pt;
}

a[href], a[href]:visited {
	font-weight: bold;
	text-decoration: none;
	color: #9cf;
}

#main {
	margin-top: 15%;
}

.teaser div {
	height: 140px;
	vertical-align: middle;
}

.teaser .alpha {
	text-align: center;
}

.teaser .omega {
	font-family: futura, sans-serif;
	font-size: 1.6em;
}

.offerings {
	display: inline-table;
}

.offering {
	display: table-row;
	padding: 10px;
	font-size: 80%;
}

.offering img {
	width: 75px;
	height: 75px;
	border: 1px solid #9cf;
}

.offering a[href] {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}
