div#header {
	position: fixed;
	width: 100%;
	height: 30px;
	top: 0;
	right: 0;
	left: 0;
	bottom: auto;
	border-bottom: 2px solid #cccccc;
	background-color: #cccccc;
	vertical-align: text-bottom;
}

div#content {
	text-align: center;
	position : fixed;
	top : 30px;
	bottom : 200px;
	left: 0;
	right: 0;
	width: 100%;
	height : auto;
	color : #000000;
	overflow : auto;
}

div#footer {
	position: fixed;
	width: 100%;
	height: 200px;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	border-top : 2px solid #cccccc;
	background-color: #000;
	color: #fff;
}

body {
	font-family: Verdana, Sans-Serif;
}

table.mainTable {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 0;
}

table.mainTable th {
	background-color: #AAA;
	padding: 0.2em;
}

table.mainTable tr {
	vertical-align: top;
	background-color: #EEE;
}

table.mainTable td {
	padding: 0 5px;
}
