#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #c0c0c0;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}

body
{
	font-family: verdana, arial, sans-serif;
	background-color: white;
	color: black;
	font-size: 11px; 
	padding: 0px;
	margin: 0px;
}

#content
{
	width: 700px;
}

UL
{
	padding: 0px;
	margin: 0px;
}

LI
{
	display: inline;
	padding: 0px;
	margin: 0px;
}

IMG
{
	height: auto;
	padding: 0px;
	margin: 0px;
}


#header
{
	font-family: Arial, sans-serif;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid white;
	font-weight: bold;
	font-size: 16px;
	background: #807059;
	color: white;
	margin-bottom: 10px;
}

.status
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}



#footer 
{
	position: fixed;
	bottom: 0;
	width: 700px;
	background-color: #807059;
	font-size: smaller;
	border: 1px solid white;
	padding-top: 3px;
	margin-bottom: 5px;
	color: white;
}

