#logo {
	height: 480px;
	width: 600px;
	margin: 80px auto 20px;
	border: 1px dotted #999;
}
#icp {
	height: 20px;
	width: 600px;
	margin: auto;
	text-align: center;
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px dotted #999;
	padding: 10px 0px;
	color: #999;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #000;
}

