body {
	margin: 0;
	overflow: auto;
	background: #FFFFFF url('/images/background.jpg') no-repeat center center;
}

object { outline:none; }

table {
	border: none;
	width: 100%;
	height: 100%;
}

td {
	text-align: center;
	vertical-align: middle;
}

div#textonly {
	font-family: trebuchet ms, arial, sans-serif, helvetica;
	font-size: 12px;
	width: 730px;
	height: 436px;
	overflow: auto;
	padding: 20px;
	text-align: left;
	margin: 64px auto 0 auto;
}

div#flashWarning {
	border: 1px solid red;
	text-align: center;
	width: 33%;
}

div#flashWarning p {
	margin: 0;
}

h1 {
	font-size: 14px;
}

ul#footer {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #555555;
}
ul#footer li {
	float: left;
	margin: 0 15px 0 0px;
}