<style type="text/css">

body { text-align:center; }
#container {
	text-align:left;
	width:800px;
	position:relative;
	background-color: #FCF;
	height: 650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: auto;
	visibility: visible;
	z-index: auto;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #500;
	border-right-color: #500;
	border-bottom-color: #500;
	border-left-color: #500;
 }
body {
	background-color: #004;
}
#logo {
	position:absolute;
	left:8px;
	top:8px;
	width:221px;
	height:115px;
	z-index:1;
}
#footer {
	position:absolute;
	left:25px;
	top:625px;
	width:750px;
	height:21px;
	z-index:1;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: 660033;
	text-decoration: none;
}
#buttons {
	position:absolute;
	left:10px;
	top:180px;
	width:150px;
	height:430px;
	z-index:1;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

