body {
	background: #000 url('links-page2.jpg') no-repeat;
}

a {
	text-decoration: none;
	width: 200px;
	color: #d6a87f;
	font-family: Arial Narrow, Arial, Trebuchet MS;
	font-size: 11pt;
	line-height: 12pt;

}

a:hover {
	text-decoration: underline;
}

#left-column {
	background: url('links-page-bgbox.png');
	position: relative;
	left: 200px;
	top: 190px;
	width: 250px;
	padding: 10px;
}


#left-column p {
  	margin-bottom: 15px;
}


#right-column {
	background: url('links-page-bgbox.png');
	position: absolute;
	left: 520px;
	top: 350px;
    width: 100px;
	padding: 10px;
}

#right-column p {
  	margin: 10px 0;
	padding: 0;
}
