body {
	background-color: #80b0cb;
	height: 650px;
	text-align: -moz-center;
	text-decoration: none;
	font-family: tahoma;
	font-size: 10pt;
	position: relative;
}

div.navbar {
	z-index: 4;
	background-image: url('images/navbar.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100px;
	position: relative;
	top: -40px;
	padding-top: 48px;
	align: -moz-center;
}

table.textbox {
	z-index: 3;
	position: relative;
	width: 550px;
	height: 300px;
	top: -500px;
	text-align: -moz-center;
	font-size: 10pt;
}

div.footer {
	position: relative;
	top: -50px;
}

img.button {
	border-style:none;
}