body {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
}
.header {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	vertical-align: middle;
	z-index: 7;
}
.center {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/flowers.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
	display: block;
	margin: 0px;
	padding: 10px;
	height: 70%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100px;
}
.logo {
	display: inline;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
	overflow: hidden;
	height: 85px;
}
a.menu:link {
	display: inline;
	margin: 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 15px;
	vertical-align: bottom;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	top: 85px;
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	overflow: visible;
	z-index: 2;
}
a.menu:visited {
	display: inline;
	margin: 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 15px;
	vertical-align: bottom;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	top: 85px;
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
a.menu:hover {
	display: inline;
	margin: 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #FF0000;
	line-height: 15px;
	vertical-align: bottom;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	top: 85px;
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	display: block;
	margin: 0px 0px 10px;
	padding-bottom: 5px;
	width: 500px;
}
a:link {
	font-weight: bold;
	color: #CCFFFF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
