html, body, form
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table, tr, td
{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: none;
}

#header
{
	width: 100%;
	background-image: url( 'images/menuexpand.jpg' );
	clear: both;
	height: 11px;
}

#footer
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-image: url( 'images/menuexpand.jpg' );
	height: 11px;
	padding: 0px;
	margin: 0px;
}

*html #footer
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-image: url( 'images/menuexpand.jpg' );
	height: 11px;
	padding: 0px;
	margin: 0px;
}