#container
{
	width: 650px;
	background: #fff url(home-bkgd.jpg) no-repeat center;
	height: 400px;
	margin: 80px auto 1em;
}

#menu
{
	width: 641px;
	color: #0222cb;
	font: bold 18px/48px Verdana, sans-serif;
	position: absolute;
	text-align: center;
	top: 368px;
	margin-left: 5px;
}

a {
	text-decoration: none;
	color: #fff;
	line-height: 48px;
	padding-left: 4px;
	padding-right: 4px;
}

a:hover {
	background: url(blue_bar.gif) repeat-x;
	padding: 22px 3px 18px;
	border: thin solid black;
}

/*#contents { margin: 0 200px 40px 20px; }*/

body {
	background-color: white;
}

