html {
	background: url(bgf.jpg) no-repeat top center;
}

.main {
	color:#7e847b;
	font-family:Arial;
	font-size:10px;
}

.header {
	font-family:Arial;
	font-size:13px;
	font-weight: bold; 
	color:#7e847b;
}

.link {
	color:#7e847b;
	font-family:Arial;
	font-size:10px;
	text-decoration:none;
}

.link:hover {
	color:#615440;
	text-decoration:none;
}

.imgborder {
	border:1px solid #ccc;
	padding:2px;
	margin:0 8px 8px 0;
}