body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-image: url('pieces-bg.jpg');
	line-height: 16px; 
	font-size: 14px;
}

A:link {
	color: #EBEEFF;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #EBEEFF;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #EBEEFF;
	font-weight: bold;
	text-decoration: none;
}

#outer {
	position: relative;
	width: 540px;
	height: 525px;
	padding: 0;
	margin: 0;
	margin: auto;
	margin-top: 60px;
	background-image: url('pieces-title.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#inner {
	position: relative;
	margin: auto;
	padding-top: 115px;
	width: 426px;
	height: 280px;
}

.sliver {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 6px;
}

.sliver img {
	border: 0;
}

.copyright {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 3px;
}

.clear {
	clear: both;
}