body
{
color: white;
background-color: black;
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed;
font-family: verdana;
font-size: 12px;
}

A:link, A:visited, A:active { text-decoration: none; color: white; font-weight: bold;}

A:link img, A:visited img {border-color: white;}

#page {
	margin: 20px auto;
	padding: 0;
	width: 800px;
	background-color: Transparent;
	border-color: Transparent;
	border-width: 2px;
	border-style: solid;
	text-align: left;
	}

#content {
  width:700px;
  background:Transparent;
  padding: 10px;
  font-family: verdana;
  font-size: 12px;
  text-align: left;
	margin: 0 auto;	
  }

#footer {
  text-align: right;
	bottom: 50px;
  }
	
#footergap {
  text-align: right;
	position: absolute;
	bottom: 50px;
  }


