body {
	margin: 0px;
	background-color: #006633;
}

table {
	width: 100%;
	height: 100%;
	border: 0px;
}

td {
	vertical-align: middle;
	text-align: center;
}

img {
	border: 0px;
}

div#main {
	position: relative;
	width: 641px;
	height: 419px;
	background: url(../images/background.gif);
	margin: auto;
}

div#buttons {
	position: absolute;
	left: 148px;
	top: 248px;
	width: 500px;
	height: 255px;
	text-align: left;
}