html, body { height:100%; }

#content {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

body {
		margin: 0;
		padding: 0;
		background-color: #000;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 10px;
		color: #fff;
		overflow: hidden;
}

td {
	vertical-align:top;
}

#textcontent {
	display: none;
}