body {
	background-color: #5D1F8F;
	color: #FFED6F;
  text-align: center;
  font-family: arial, tahoma, verdana, sans-serif;
}
a {
	color: #FFED6F;
	text-decoration: none;
}
a:link {
	color: #FFED6F;
	text-decoration: none;
}
a:active {
	color: #FFED6F;
	text-decoration: none;
}
a:visited {
	color: #FFED6F;
	text-decoration: none;
}
a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
h3 {
  padding-top: 20px;
}
img {
	padding: 0px;
  border: 0px;
}
p {
	padding-top: 5px;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.flight {
  float: right;
}
#center {
  width: 600px;
  margin: auto;
  text-align: center;
}
#content {
	width: 600px;
	text-align: left;
}
#menu {
	text-align: center;
  font-weight: bold;
	padding: 20px;
	width: 600px;
  vertical-align: middle;
}
#menu ul {
  list-style-type: none;
  padding: 0px;
}
#menu li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
}
/* because the worlds biggest software company is unable
to create a standard  conforming browser i have to put this
float: right; here */
#iris {
	float: right;
	position: fixed;
	right: -5px;
	bottom: -5px;
	z-index: -1;
}
