body {
	background:#000000;
	color:white;
	font-family:arial
	}
	
a:visited {
	color:white;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:link {color:white;
	text-decoration: none;
	}
	
a:active {
	color:white;
	text-decoration: none;
	}
	
#container {
	
	}
	
#nav {
	position:absolute;
	top:10px;
	left: 5%;
	line-height:150%;
	}

#content {
	
	position:absolute;
	top:160px;
	left: 19%;
	}
	
#addr1 {
	width:200px;
		}
		
#addr2 {
	position:absolute;
	left:203px;
	width:200px;
	top: 306px;
	text-align:right;
	}

#footer {
	position:absolute;
	left: 5%;
	top: 535px;
	font-size: 75%;
	color: #cccccc;
	width: 632px;
	height: 68px;
	}
	
#footer a {
	position:absolute;
	left: 550px;
	top: 28px;
	}
	
#footer img {
	position:absolute;
	left:-547px;
	top: -10px;
	}

