#html, body {
  margin: 0 auto;
  background-color: #000000;
  font-family: Helvetica,Arial,sans-serif;
  color: #ffffff;
  }

a {
  color: #ffffff;
  text-decoration: none;
  }

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  font-size: 120%;
  font-weight: bold;
	}

a:link, a:visited {
  color:  #ffffff;
  }

a:hover, a:active {
  color:  #42ff00;
  }

#head	{
	position: relative;
	width: 98%;
	height: 100px;
	left: 50%;
	margin-left: -49%;
	margin-top: 5px;
	}

#main	{
	position: relative;
	width: 98%;
	left: 50%;
	margin-left: -49%;
	margin-top: 35px;
	}

#foot	{
	position: relative;
	width: 98%;
	left: 50%;
	margin-left: -49%;
	margin-top: 35px;
	}
