body, html{ padding: 0; margin: 0; height: 100%; min-height: 100%; }
html>body {
	height: auto;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
}

#menu {
	position: absolute;
	left: 15px;
	top: 65px;
}

#content {
	position: absolute;
	left: 17px;
	top: 100px;
	width: 500px;
	font: 12px Verdana, Helvetica, Sans-Serif;
	color: #bfbf8e;
}

#content td {
	width: 500px;
	font: 12px Verdana, Helvetica, Sans-Serif;
	color: #bfbf8e;
}

#content a,a:hover {
	font: 12px Verdana, Helvetica, Sans-Serif;
	color: silver;
}

.input {
	background: black;
	border: 1px solid silver;
	font: 11px Verdana, Helvetica, Sans-Serif;
	color: #bfbf8e;
	height: 15px;
}

.button {
	background: black;
	border: 1px solid silver;
	font: 11px Verdana, Helvetica, Sans-Serif;
	color: #bfbf8e;
	height: 17px;
	padding-bottom: 5px;
}