.footerbox {
	font: 11px/20px "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	color: #ccc;
	position: absolute;
	width: 175px;
	height: 100px;
	top: 15px;
}

.footerbox ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #181C23;
}
.footerbox li {}

.footerbox a {
	color: #fff;
	width: 175px;
	display: block;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5A6785;
}
.footerbox a:hover {
	background-color:#1F222C;
	color: #6D779A;
}

#linkbox1 {
	left: 50px;
}
#linkbox2 {
	left: 240px;
}
#addressbox1 {
	left: 430px;
}
#addressbox2 {
	position: absolute;
	right: 50px;
}
