body {
	background: white;
	font-family: sans-serif;
	border: 0;
	margin: 0;
}
#container {
	border: 1px solid blue;
	margin-left: 15%;
	margin-right: 15%
}
#header {
	display: table-cell;
	height: 95px;
	background-image: url('images/logo-background.classic.1x95.png');
	text-align: center;
	line-height:95px;
	vertical-align: middle;
	margin: 0;
	min-width: 800px;
}
#quote {
	position: relative;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	text-align: center;
}
#footer {
	text-align: right;
	margin-right: 5px;
}
#header,
#quote,
#footer,
#accounts-sync {
	width: 100%;
}
table {
	text-align: center;
}
h1, h6 {
	margin: 0;
	font-weight: normal;
}
#footer h6 {
	padding-right: 5px;
}
img {
	margin: auto;
}
#accounts-sync {
	text-align: center;
}
th {
}
#first-column,
#third-column {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 49%;
}
#first-column {
	text-align: right;
	left: 0;
}
#third-column {
	right: 0;
}
#content {
	background: lightgrey;
}
#debug {
	position: relative;
	clear: both
}
#status {
	position: relative;
	clear: both;
	text-align: center;
	background-color: grey;
}
