#container {
	position: relative;
/*	top: 10px;
	left: 30px;
	width: 760px; */
}

li {
	font-size: 14px;
	font-weight: bold;
}
.copyright {
	font-family: arial;
	font-size: 10px;
    font-weight: none;
	color: #000000;
}
.copyright A:link {
	font-family: arial;
	font-size: 10px;
    font-weight: none;
    text-decoration: underline;
	color: #000000;
}
.copyright A:visited {
	font-family: arial;
	font-size: 10px;
    font-weight: none;
    text-decoration: underline;
	color: #000000;
}
.copyright A:hover {
	font-family: arial;
	font-size: 10px;
    font-weight: none;
    text-decoration: none;
	color: #000000;
}
.copyright A:active {
	font-family: arial;
	font-size: 10px;
    font-weight: none;
    text-decoration: underline;
	color: #000000;
}
.footer {
	position: absolute;
	top: 900px;
	left: 40px;
	width: 700px;
	font-size: 10px;	
}