body {
	font: 1em Helvetica, arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight:300;
	color: #333333;
	margin:2em;
	/*background:url("subway-lines.png");*/
	position:absolute;
}

body a {
	text-decoration: none;
	color:#919;
}

#main {
	background:rgba(244, 247, 234, 0.95);
	margin:1em;
	padding:1em;
	max-width:50em;
}

#background {
	height:100%;
	width:100%;

}

.inline {
	display:inline;
}

.bold {
	font-weight:400;
}
button {
	border: 1px solid #372;
	border-radius: 3px 4px 5px 3px;
	background-color: #483;
	display:inline-block;
	padding:10px 20px 10px 20px;
	margin: 10px 10px 10px 10px;
	color:#fff;
	min-width:4em;
	text-align:center;
}
.grey {
	color:#aaa;
}

.left {
	float:left;
}
.block {
	display:block;
}
.clear {
	clear:both;
}
img {
	margin: 0.2em;
}

.table {
	height:15em;
}

.code {
	background-color:#333;
	color:#eee;
	padding:0.4em;
	font-family:"Courier New", courier, monospace;
}


