html
	{
	margin: 0;
	padding: 0;
}

body
	{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, sans-serif;
	color: #eeeef2;
	background: #8d9390;
	}

#content
	{
	width: 650px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	visibility: visible;
	}

#bgimage
	{
	position: absolute;
	visibility: visible;
	display: inline;
	width: 650px;
	height: 650px;
	margin: 0 auto;
	z-index: 2;
	text-align: center;
	}

#header
	{
	color: #eeeef2;
	font-size: 54px;
	line-height: 64px;
	text-align: center;
	visibility: visible;
	display: block;
	position: relative;
	padding: 20px 0;
	z-index: 10;
	}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7
	{
	color: #eeeef2;
	font-size: 32px;
	line-height: 40px;
	visibility: visible;
	display: block;
	position: relative;
	text-align: center;
	}

.retired
	{
	font-size: 14px;
	line-height: 12px;
	display: inline;
	}

#menu1
	{
	top: 40px;
	left: -150px;
	z-index: 31;
	}

#menu2
	{
	top: 40px;
	left: 150px;
	z-index: 30;
	}

#menu3
	{
	top: 40px;
	left: -160px;
	z-index: 29;
	}

#menu4
	{
	top: 40px;
	left: 175px;
	z-index: 28;
	}

#menu5
	{
	top: 40px;
	left: -175px;
	z-index: 27;
	}

#menu6
	{
	top: 40px;
	left: 120px;
	z-index: 26;
	}

#menu7
	{
	top: 100px;
	z-index: 25;
	}

a:link, a:visited
	{
	color: #eeeef2;
	text-decoration: none;
	background-color: transparent;
	}

a:hover, a.title:hover
	{
	color: #fdb;
	text-decoration: none;
	background-color: transparent;
	}

a.title:link, .title:visited
	{
	color: #339;
	text-decoration: none;
	background-color: transparent;
	}

