/* CSS Document */

body {
	width: 100%;
	color: #FC0;
	background: #009;
	margin: 0px;
}

table {
	width: 100%;
	text-align: center;
	align: top;
}

tr#top {
	height: 150px;
}

td#buttons {
	width: 200px;
	vertical-align: top;
}

td#text {
	background: #FC0;
	color: #009;
}

td#disclaimer {
	text-align: left;
}
