@charset "utf-8";
body {
	text-align: center;
	background: #000 url('logo.jpg') top center no-repeat;
}
body > article {
	background-color: rgba(0,0,0,0.85);
	border: 3px solid white;
	color: white;
	font: bold 24px/1.0 'Courier New',Courier,monospace;
	margin: 170px auto 0;
	width: 700px;
}
body > article > p > a,
body > article > p > a:link,
body > article > p > a:visited,
body > article > p > a.focus,
body > article > p > a:hover,
body > article > p > a:active {
	color: inherit;
	text-decoration: none;
	border-bottom: 2px solid yellow;
}
body > article > p > a:hover {
	text-decoration: none;
	color: yellow;
}
body > article.partner {
	position: relative
}
body > article.partner > header {
	position: absolute;
	top: -13px;
	left: 20px;
	padding: 0 10px;
	background-color: #000;
	border-left: 3px solid white;
	border-right: 3px solid white;
	color: orange;
}