body {
	/*background: #999 url('remake/images/background.png') repeat;*/
	text-align: center;
}
.loggedinmsg {
	text-align: right;
	font-size: smaller;
}
.table {
	display: table;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.row { display: table-row; }
.cell {
	display: table-cell;
	vertical-align: top;
}
.margin { 
	width: 10%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #999;
	z-index: -1;
	position: fixed;
}
#m-left {
	left: 0px;
	top: 0px;
	bottom: 0px;
}
#m-right {
	right: 0px;
	top: 0px;
	bottom: 0px;
}
#content {
	width: 80%;
	margin: 3px;
}
.center {
	position: relative;
	left: 10%;
	right: -10%;
}
td {
	font-size: smaller;
	text-align: center;
}
img { border: none; }
