body{
	background-color: #EADCAF;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}

table.container {
	background: url(/images/eb.gif) repeat-x 50%;
	display: table;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
td {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
img.displayed {
	display: block;
	margin: 0px auto;
}
a{
 font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-decoration: none;
 color: #000000;
}
a:hover{
	font-weight: bold;
}
#links{
	position: relative;
	top: -55px;
	left: 20px;
	z-index: 1;
}