body
{
	background-image: url("bg.jpg");
}

a:link {text-decoration: underline; color: #B22222;}
a:visited {text-decoration: underline; color: #8B4513;}
a:hover {text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #FFFFFF;}

#center
{
	height: 264px;
	width: 685px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -132px;
	margin-left: -343px;
}


#menubar
{
	text-align: center;
	padding: 20px 0 20px 0;
	border: 1px solid black;
	background-color: #FFFFFF;
	height: auto;
	width: 350px;
	left: 50%;
	bottom: 50%;
	position: absolute;
	margin: 0 0 -280px -175px;
}


left
{
	position: absolute;
	left: 10px;
}


right
{
	position: absolute;
	right: 10px;
}


#copyright
{
	text-align: center;
	font-size: 85%;
	font-style: italic;
	position: absolute;
	left: 50%;
	bottom: 50%;
	margin: 0 0 -320px -90px
}
